Go To Statistics Report for next-20201208
  File Severity Checker name Message Bug path length Review status
1 /src/arch/alpha/kernel/smp.c @ Line 272 coccinelle WARNING comparing pointer to 0 1
2 /src/arch/alpha/mm/fault.c @ Line 195 coccinelle WARNING comparing pointer to 0 1
3 /src/arch/arm/common/dmabounce.c @ Line 565 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
4 /src/arch/arm/common/dmabounce.c @ Line 567 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
5 /src/arch/arm/kernel/topology.c @ Line 94 coccinelle alloc with no test, possible model on line 102 1
6 /src/arch/arm/mach-at91/pm.c @ Line 674 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 650, but without a corresponding object release within this function. 1
7 /src/arch/arm/mach-at91/pm.c @ Line 611 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 576, but without a corresponding object release within this function. 1
8 /src/arch/arm/mach-exynos/exynos.c @ Line 52 coccinelle WARNING: Function "for_each_compatible_node" should have of_node_put() before break around line 58. 1
9 /src/arch/arm/mach-exynos/exynos.c @ Line 61 coccinelle WARNING: Function "for_each_compatible_node" should have of_node_put() before break around line 65. 1
10 /src/arch/arm/mach-hisi/hotplug.c @ Line 197 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11 /src/arch/arm/mach-hisi/platmcpm.c @ Line 86 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
12 /src/arch/arm/mach-omap2/cm_common.c @ Line 332 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before return around line 337. 1
13 /src/arch/arm/mach-omap2/cm_common.c @ Line 376 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before return around line 384. 1
14 /src/arch/arm/mach-omap2/control.c @ Line 773 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before return around line 778. 1
15 /src/arch/arm/mach-omap2/control.c @ Line 806 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before return around line 819. 1
16 /src/arch/arm/mach-omap2/control.c @ Line 806 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before return around line 826. 1
17 /src/arch/arm/mach-omap2/control.c @ Line 806 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before return around line 833. 1
18 /src/arch/arm/mach-omap2/display.c @ Line 272 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 258, but without a corresponding object release within this function. 1
19 /src/arch/arm/mach-omap2/omap_hwmod.c @ Line 2132 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 2140. 1
20 /src/arch/arm/mach-omap2/omap_hwmod.c @ Line 753 coccinelle WARNING: Function "for_each_matching_node" should have of_node_put() before break around line 756. 1
21 /src/arch/arm/mach-omap2/pm-debug.c @ Line 220 coccinelle WARNING: pm_dbg_option_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
22 /src/arch/arm/mach-omap2/pm-debug.c @ Line 171 coccinelle WARNING: pwrdm_suspend_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
23 /src/arch/arm/mach-omap2/powerdomain.c @ Line 1205 coccinelle WARNING: return of 0/1 in function 'pwrdm_can_ever_lose_context' with return type bool 1
24 /src/arch/arm/mach-omap2/prm_common.c @ Line 751 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before return around line 756. 1
25 /src/arch/arm/mach-omap2/prm_common.c @ Line 798 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before return around line 803. 1
26 /src/arch/arm/mach-rpc/dma.c @ Line 273 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
27 /src/arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c @ Line 156 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before break around line 158. 1
28 /src/arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c @ Line 156 coccinelle WARNING: Function "for_each_matching_node_and_match" should have of_node_put() before goto around lines 167. 1
29 /src/arch/arm/mach-shmobile/setup-rcar-gen2.c @ Line 79 coccinelle WARNING: Comparison to bool 1
30 /src/arch/arm/mach-spear/pl080.c @ Line 73 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
31 /src/arch/arm/mach-zx/zx296702-pm-domain.c @ Line 192 coccinelle No need to set .owner here. The core will do it. 1
32 /src/arch/arm/mm/cache-l2x0-pmu.c @ Line 346 coccinelle WARNING: use scnprintf or sprintf 1
33 /src/arch/arm/mm/dma-mapping.c @ Line 1207 coccinelle WARNING opportunity for kvmalloc 1
34 /src/arch/arm/mm/mmu.c @ Line 706 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
35 /src/arch/arm/mm/nommu.c @ Line 59 coccinelle WARNING: return of 0/1 in function 'security_extensions_enabled' with return type bool 1
36 /src/arch/arm/plat-pxa/ssp.c @ Line 150 coccinelle line 150 is redundant because platform_get_irq() already prints an error 1
37 /src/arch/arm/probes/kprobes/test-core.c @ Line 1180 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
38 /src/arch/arm/xen/enlighten.c @ Line 345 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
39 /src/arch/arm64/kernel/perf_event.c @ Line 317 coccinelle WARNING: use scnprintf or sprintf 1
40 /src/arch/arm64/kernel/probes/kprobes.c @ Line 268 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
41 /src/arch/hexagon/kernel/traps.c @ Line 142 coccinelle WARNING comparing pointer to 0 1
42 /src/arch/ia64/kernel/module.c @ Line 609 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
43 /src/arch/ia64/kernel/module.c @ Line 564 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
44 /src/arch/ia64/kernel/unwind.c @ Line 1219 coccinelle preceding lock on line 1216 1
45 /src/arch/microblaze/mm/pgtable.c @ Line 261 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
46 /src/arch/mips/bcm63xx/gpio.c @ Line 74 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
47 /src/arch/mips/bcm63xx/gpio.c @ Line 47 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
48 /src/arch/mips/bcm63xx/gpio.c @ Line 96 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
49 /src/arch/mips/cavium-octeon/oct_ilm.c @ Line 65 coccinelle WARNING: reset_statistics_ops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
50 /src/arch/mips/cavium-octeon/octeon-platform.c @ Line 332 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 324, but without a corresponding object release within this function. 1
51 /src/arch/mips/cavium-octeon/octeon-platform.c @ Line 395 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 387, but without a corresponding object release within this function. 1
52 /src/arch/mips/cavium-octeon/octeon-usb.c @ Line 512 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 515, but without a corresponding object release within this function. 1
53 /src/arch/mips/cavium-octeon/octeon-usb.c @ Line 550 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 515, but without a corresponding object release within this function. 1
54 /src/arch/mips/generic/board-ocelot.c @ Line 29 coccinelle WARNING: return of 0/1 in function 'ocelot_detect' with return type bool 1
55 /src/arch/mips/kernel/perf_event_mipsxx.c @ Line 1563 coccinelle preceding lock on line 1553 1
56 /src/arch/mips/kernel/spinlock_test.c @ Line 117 coccinelle WARNING: fops_multi should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
57 /src/arch/mips/kernel/spinlock_test.c @ Line 38 coccinelle WARNING: fops_ss should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
58 /src/arch/mips/kernel/uprobes.c @ Line 261 coccinelle WARNING: return of 0/1 in function 'arch_uprobe_skip_sstep' with return type bool 1
59 /src/arch/mips/kernel/uprobes.c @ Line 78 coccinelle WARNING: return of 0/1 in function 'is_trap_insn' with return type bool 1
60 /src/arch/mips/kvm/tlb.c @ Line 151 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
61 /src/arch/mips/ralink/ill_acc.c @ Line 84 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 61, but without a corresponding object release within this function. 1
62 /src/arch/nios2/mm/ioremap.c @ Line 87 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
63 /src/arch/nios2/mm/ioremap.c @ Line 62 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
64 /src/arch/nios2/mm/ioremap.c @ Line 36 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
65 /src/arch/openrisc/include/asm/fixmap.h @ Line 73 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
66 /src/arch/powerpc/boot/mktree.c @ Line 130 coccinelle WARNING: Use ARRAY_SIZE 1
67 /src/arch/powerpc/include/asm/book3s/64/pgtable-64k.h @ Line 68 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
68 /src/arch/powerpc/include/asm/book3s/64/pkeys.h @ Line 25 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
69 /src/arch/powerpc/include/asm/book3s/64/pkeys.h @ Line 18 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
70 /src/arch/powerpc/kernel/btext.c @ Line 238 coccinelle WARNING: Function "for_each_node_by_type" should have of_node_put() before break around line 245. 1
71 /src/arch/powerpc/kernel/eeh_driver.c @ Line 1050 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1038 1
72 /src/arch/powerpc/kernel/eeh_driver.c @ Line 1107 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1038 1
73 /src/arch/powerpc/kernel/hw_breakpoint.c @ Line 595 coccinelle WARNING: Assignment of 0/1 to bool variable 1
74 /src/arch/powerpc/kernel/setup_64.c @ Line 1168 coccinelle WARNING: fops_entry_flush should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
75 /src/arch/powerpc/kernel/setup_64.c @ Line 1142 coccinelle WARNING: fops_rfi_flush should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
76 /src/arch/powerpc/kernel/setup_64.c @ Line 1194 coccinelle WARNING: fops_uaccess_flush should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
77 /src/arch/powerpc/kexec/core_64.c @ Line 54 coccinelle WARNING: Function "for_each_node_by_type" should have of_node_put() before return around line 68. 1
78 /src/arch/powerpc/kexec/file_load_64.c @ Line 697 coccinelle WARNING: Function "for_each_node_by_type" should have of_node_put() before goto around lines 702. 1
79 /src/arch/powerpc/kexec/ranges.c @ Line 271 coccinelle ERROR: of_node_put not needed after iterator on line 248 1
80 /src/arch/powerpc/kvm/book3s_hv.c @ Line 3950 coccinelle preceding lock on line 3879 1
81 /src/arch/powerpc/kvm/book3s_hv_rm_xics.c @ Line 381 coccinelle WARNING: Assignment of 0/1 to bool variable 1
82 /src/arch/powerpc/kvm/book3s_hv_rm_xics.c @ Line 408 coccinelle WARNING: Assignment of 0/1 to bool variable 1
83 /src/arch/powerpc/kvm/book3s_hv_uvmem.c @ Line 369 coccinelle ERROR: invalid reference to the index variable of the iterator on line 366 1
84 /src/arch/powerpc/kvm/book3s_xics.c @ Line 476 coccinelle WARNING: Assignment of 0/1 to bool variable 1
85 /src/arch/powerpc/kvm/book3s_xics.c @ Line 504 coccinelle WARNING: Assignment of 0/1 to bool variable 1
86 /src/arch/powerpc/kvm/book3s_xive.c @ Line 1854 coccinelle WARNING: Assignment of 0/1 to bool variable 1
87 /src/arch/powerpc/kvm/book3s_xive.c @ Line 1856 coccinelle WARNING: Assignment of 0/1 to bool variable 1
88 /src/arch/powerpc/kvm/booke.c @ Line 503 coccinelle WARNING: Comparison to bool 1
89 /src/arch/powerpc/kvm/booke.c @ Line 505 coccinelle WARNING: Comparison to bool 1
90 /src/arch/powerpc/kvm/booke.c @ Line 507 coccinelle WARNING: Comparison to bool 1
91 /src/arch/powerpc/kvm/mpic.c @ Line 379 coccinelle WARNING: Assignment of 0/1 to bool variable 1
92 /src/arch/powerpc/mm/book3s64/iommu_api.c @ Line 457 coccinelle atomic_add_unless 1
93 /src/arch/powerpc/mm/pgtable-frag.c @ Line 117 coccinelle atomic_dec_and_test variation before object free at line 120. 1
94 /src/arch/powerpc/platforms/44x/fsp2.c @ Line 206 coccinelle WARNING: Function "for_each_compatible_node" should have of_node_put() before return around line 211. 1
95 /src/arch/powerpc/platforms/44x/fsp2.c @ Line 206 coccinelle WARNING: Function "for_each_compatible_node" should have of_node_put() before return around line 218. 1
96 /src/arch/powerpc/platforms/4xx/uic.c @ Line 295 coccinelle ERROR: of_node_put not needed after iterator on line 282 1
97 /src/arch/powerpc/platforms/cell/axon_msi.c @ Line 462 coccinelle WARNING: fops_msic should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
98 /src/arch/powerpc/platforms/cell/iommu.c @ Line 743 coccinelle ERROR: of_node_put not needed after iterator on line 736 1
99 /src/arch/powerpc/platforms/cell/iommu.c @ Line 973 coccinelle WARNING: Function "for_each_node_by_name" should have of_node_put() before return around line 979. 1
100 /src/arch/powerpc/platforms/cell/spufs/sched.c @ Line 913 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
101 /src/arch/powerpc/platforms/embedded6xx/hlwd-pic.c @ Line 208 coccinelle WARNING: Function "for_each_compatible_node" should have of_node_put() before break around line 218. 1
102 /src/arch/powerpc/platforms/powermac/low_i2c.c @ Line 915 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 926. 1
103 /src/arch/powerpc/platforms/powermac/low_i2c.c @ Line 1066 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1058 1
104 /src/arch/powerpc/platforms/powermac/low_i2c.c @ Line 1082 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1074 1
105 /src/arch/powerpc/platforms/powermac/pfunc_core.c @ Line 688 coccinelle WARNING comparing pointer to 0 1
106 /src/arch/powerpc/platforms/powermac/udbg_adb.c @ Line 204 coccinelle ERROR: of_node_put not needed after iterator on line 195 1
107 /src/arch/powerpc/platforms/powernv/idle.c @ Line 974 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
108 /src/arch/powerpc/platforms/powernv/idle.c @ Line 455 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
109 /src/arch/powerpc/platforms/powernv/memtrace.c @ Line 282 coccinelle WARNING: memtrace_init_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
110 /src/arch/powerpc/platforms/powernv/npu-dma.c @ Line 480 coccinelle ERROR: invalid reference to the index variable of the iterator on line 440 1
111 /src/arch/powerpc/platforms/powernv/opal.c @ Line 497 coccinelle preceding lock on line 455 1
112 /src/arch/powerpc/platforms/pseries/lpar.c @ Line 1558 coccinelle preceding lock on line 1510 1
113 /src/arch/powerpc/platforms/pseries/papr_scm.c @ Line 1033 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1025 1
114 /src/arch/powerpc/platforms/pseries/papr_scm.c @ Line 1033 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1025 1
115 /src/arch/powerpc/platforms/pseries/ras.c @ Line 601 coccinelle WARNING: possible condition with no effect (if == else) 1
116 /src/arch/powerpc/sysdev/fsl_gtm.c @ Line 106 coccinelle ERROR: invalid reference to the index variable of the iterator on line 92 1
117 /src/arch/powerpc/sysdev/fsl_msi.c @ Line 246 coccinelle ERROR: invalid reference to the index variable of the iterator on line 223 1
118 /src/arch/powerpc/sysdev/fsl_rmu.c @ Line 337 coccinelle ERROR: invalid reference to the index variable of the iterator on line 327 1
119 /src/arch/powerpc/sysdev/fsl_soc.c @ Line 190 coccinelle ERROR: of_node_put not needed after iterator on line 177 1
120 /src/arch/powerpc/sysdev/xive/spapr.c @ Line 552 coccinelle WARNING: return of 0/1 in function 'xive_spapr_match' with return type bool 1
121 /src/arch/powerpc/xmon/ppc-opc.c @ Line 6734 coccinelle duplicated argument to & or | 1
122 /src/arch/powerpc/xmon/ppc-opc.c @ Line 6736 coccinelle duplicated argument to & or | 1
123 /src/arch/powerpc/xmon/spu-dis.c @ Line 51 coccinelle WARNING comparing pointer to 0 1
124 /src/arch/powerpc/xmon/spu-dis.c @ Line 54 coccinelle WARNING comparing pointer to 0 1
125 /src/arch/powerpc/xmon/spu-dis.c @ Line 58 coccinelle WARNING comparing pointer to 0 1
126 /src/arch/powerpc/xmon/spu-dis.c @ Line 62 coccinelle WARNING comparing pointer to 0 1
127 /src/arch/powerpc/xmon/spu-dis.c @ Line 66 coccinelle WARNING comparing pointer to 0 1
128 /src/arch/powerpc/xmon/spu-dis.c @ Line 70 coccinelle WARNING comparing pointer to 0 1
129 /src/arch/powerpc/xmon/spu-dis.c @ Line 74 coccinelle WARNING comparing pointer to 0 1
130 /src/arch/powerpc/xmon/spu-dis.c @ Line 37 coccinelle WARNING comparing pointer to 0 1
131 /src/arch/powerpc/xmon/spu-dis.c @ Line 92 coccinelle WARNING comparing pointer to 0 1
132 /src/arch/powerpc/xmon/xmon.c @ Line 4001 coccinelle WARNING: xmon_dbgfs_ops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
133 /src/arch/riscv/kernel/smpboot.c @ Line 81 coccinelle WARNING: Assignment of 0/1 to bool variable 1
134 /src/arch/s390/include/asm/bitops.h @ Line 226 coccinelle WARNING: return of 0/1 in function 'arch_test_and_set_bit_lock' with return type bool 1
135 /src/arch/s390/include/asm/scsw.h @ Line 528 coccinelle WARNING !A || A && B is equivalent to !A || B 1
136 /src/arch/s390/include/asm/scsw.h @ Line 696 coccinelle WARNING !A || A && B is equivalent to !A || B 1
137 /src/arch/s390/pci/pci_irq.c @ Line 410 coccinelle ERROR: iterator variable bound on line 402 cannot be NULL 1
138 /src/arch/s390/tools/gen_facilities.c @ Line 154 coccinelle WARNING: Use ARRAY_SIZE 1
139 /src/arch/s390/tools/gen_opcode_table.c @ Line 141 coccinelle WARNING: Use ARRAY_SIZE 1
140 /src/arch/sh/drivers/dma/dma-api.c @ Line 258 coccinelle ERROR: invalid reference to the index variable of the iterator on line 249 1
141 /src/arch/sh/drivers/dma/dma-api.c @ Line 146 coccinelle ERROR: invalid reference to the index variable of the iterator on line 137 1
142 /src/arch/sparc/include/asm/floppy_32.h @ Line 325 coccinelle WARNING: Function "for_each_node_by_name" should have of_node_put() before break around line 328. 1
143 /src/arch/sparc/include/asm/floppy_32.h @ Line 331 coccinelle WARNING: Function "for_each_node_by_name" should have of_node_put() before break around line 334. 1
144 /src/arch/sparc/include/asm/floppy_64.h @ Line 383 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
145 /src/arch/sparc/include/asm/parport.h @ Line 76 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
146 /src/arch/sparc/include/asm/pgtable_32.h @ Line 143 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
147 /src/arch/sparc/include/asm/pgtable_32.h @ Line 134 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
148 /src/arch/sparc/kernel/of_device_common.c @ Line 23 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 18, but without a corresponding object release within this function. 1
149 /src/arch/sparc/kernel/of_device_common.c @ Line 36 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 30, but without a corresponding object release within this function. 1
150 /src/arch/sparc/kernel/of_device_common.c @ Line 50 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 42, but without a corresponding object release within this function. 1
151 /src/arch/sparc/kernel/pci_psycho.c @ Line 308 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 290, but without a corresponding object release within this function. 1
152 /src/arch/sparc/kernel/pci_psycho.c @ Line 350 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 290, but without a corresponding object release within this function. 1
153 /src/arch/sparc/kernel/pci_sabre.c @ Line 335 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 324, but without a corresponding object release within this function. 1
154 /src/arch/sparc/kernel/pci_sabre.c @ Line 369 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 324, but without a corresponding object release within this function. 1
155 /src/arch/sparc/kernel/prom_64.c @ Line 440 coccinelle WARNING: Function "for_each_node_by_type" should have of_node_put() before return around line 464. 1
156 /src/arch/sparc/kernel/traps_64.c @ Line 420 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
157 /src/arch/sparc/lib/bitext.c @ Line 108 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
158 /src/arch/sparc/lib/bitext.c @ Line 112 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
159 /src/arch/sparc/lib/bitext.c @ Line 46 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
160 /src/arch/sparc/lib/bitext.c @ Line 48 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
161 /src/arch/sparc/lib/bitext.c @ Line 50 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
162 /src/arch/sparc/mm/fault_64.c @ Line 285 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
163 /src/arch/sparc/mm/srmmu.c @ Line 354 coccinelle WARNING comparing pointer to 0 1
164 /src/arch/sparc/prom/tree_64.c @ Line 335 coccinelle WARNING comparing pointer to 0 1
165 /src/arch/sparc/prom/tree_64.c @ Line 335 coccinelle WARNING comparing pointer to 0 1
166 /src/arch/um/kernel/mem.c @ Line 91 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
167 /src/arch/um/kernel/mem.c @ Line 77 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
168 /src/arch/x86/boot/compressed/ident_map_64.c @ Line 278 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
169 /src/arch/x86/boot/compressed/kaslr.c @ Line 642 coccinelle WARNING: return of 0/1 in function 'process_mem_region' with return type bool 1
170 /src/arch/x86/entry/vdso/vma.c @ Line 389 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_flags' 1
171 /src/arch/x86/entry/vdso/vma.c @ Line 389 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_mode' 1
172 /src/arch/x86/entry/vdso/vma.c @ Line 398 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_flags' 1
173 /src/arch/x86/entry/vdso/vma.c @ Line 398 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_mode' 1
174 /src/arch/x86/events/intel/bts.c @ Line 369 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->attr.bp_addr' 1
175 /src/arch/x86/events/intel/bts.c @ Line 369 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->attr.disabled' 1
176 /src/arch/x86/events/intel/bts.c @ Line 369 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->hw.info.address' 1
177 /src/arch/x86/events/intel/cstate.c @ Line 326 smatch.check_spectre warn: potential spectre issue '__per_cpu_offset' [w] (local cap) 1
178 /src/arch/x86/events/intel/lbr.c @ Line 926 coccinelle WARNING: return of 0/1 in function 'get_lbr_cycles' with return type bool 1
179 /src/arch/x86/events/intel/lbr.c @ Line 909 coccinelle WARNING: return of 0/1 in function 'get_lbr_mispred' with return type bool 1
180 /src/arch/x86/events/intel/lbr.c @ Line 917 coccinelle WARNING: return of 0/1 in function 'get_lbr_predicted' with return type bool 1
181 /src/arch/x86/events/intel/pt.c @ Line 95 coccinelle WARNING: use scnprintf or sprintf 1
182 /src/arch/x86/events/intel/pt.c @ Line 605 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->attr.bp_addr' 1
183 /src/arch/x86/events/intel/pt.c @ Line 605 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->attr.disabled' 1
184 /src/arch/x86/events/intel/pt.c @ Line 605 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->hw.info.address' 1
185 /src/arch/x86/events/intel/pt.c @ Line 862 smatch.check_64bit_shift warn: should '(((buf->cur_idx) == -1) ?&topa_to_page(buf->cur)->table[(buf->cur)->last]:&topa_to_page(buf->cur)->table[(buf->cur_idx)])->base << 12' be a 64 bit type? 1
186 /src/arch/x86/events/intel/pt.c @ Line 1061 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->attr.bp_addr' 1
187 /src/arch/x86/events/intel/pt.c @ Line 1061 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->attr.disabled' 1
188 /src/arch/x86/events/intel/pt.c @ Line 1061 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->hw.info.address' 1
189 /src/arch/x86/events/intel/pt.c @ Line 1121 smatch.check_check_deref error: we previously assumed 'buf->stop_te' could be null (see line 1083) 1
190 /src/arch/x86/events/intel/pt.c @ Line 1123 smatch.check_check_deref error: we previously assumed 'buf->intr_te' could be null (see line 1088) 1
191 /src/arch/x86/events/intel/pt.c @ Line 1143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->attr.bp_addr' 1
192 /src/arch/x86/events/intel/pt.c @ Line 1143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->attr.disabled' 1
193 /src/arch/x86/events/intel/pt.c @ Line 1143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->event->hw.info.address' 1
194 /src/arch/x86/events/intel/uncore.c @ Line 107 smatch.check_spectre warn: potential spectre issue '__per_cpu_offset' [w] 1
195 /src/arch/x86/events/intel/uncore_snbep.c @ Line 3787 coccinelle ERROR: eas is NULL but dereferenced. 1
196 /src/arch/x86/events/intel/uncore_snbep.c @ Line 4679 smatch.check_64bit_shift warn: should '(pci_dword & 536870911) << 23' be a 64 bit type? 1
197 /src/arch/x86/events/rapl.c @ Line 144 smatch.check_spectre warn: potential spectre issue '__per_cpu_offset' [w] 1
198 /src/arch/x86/include/asm/desc.h @ Line 237 coccinelle WARNING: Assignment of 0/1 to bool variable 1
199 /src/arch/x86/include/asm/desc.h @ Line 249 coccinelle WARNING: Assignment of 0/1 to bool variable 1
200 /src/arch/x86/include/asm/elf.h @ Line 175 smatch.check_indenting warn: inconsistent indenting 1
201 /src/arch/x86/include/asm/fpu/internal.h @ Line 162 coccinelle WARNING: possible condition with no effect (if == else) 1
202 /src/arch/x86/include/asm/irq_remapping.h @ Line 59 coccinelle WARNING: return of 0/1 in function 'irq_remapping_cap' with return type bool 1
203 /src/arch/x86/include/asm/pgtable.h @ Line 1424 coccinelle WARNING: return of 0/1 in function '__pte_access_permitted' with return type bool 1
204 /src/arch/x86/include/asm/pgtable_types.h @ Line 181 coccinelle duplicated argument to & or | 1
205 /src/arch/x86/include/asm/pgtable_types.h @ Line 181 coccinelle duplicated argument to & or | 1
206 /src/arch/x86/include/asm/pgtable_types.h @ Line 181 coccinelle duplicated argument to & or | 1
207 /src/arch/x86/include/asm/pgtable_types.h @ Line 181 coccinelle duplicated argument to & or | 1
208 /src/arch/x86/include/asm/pgtable_types.h @ Line 181 coccinelle duplicated argument to & or | 1
209 /src/arch/x86/include/asm/pgtable_types.h @ Line 182 coccinelle duplicated argument to & or | 1
210 /src/arch/x86/include/asm/pgtable_types.h @ Line 182 coccinelle duplicated argument to & or | 1
211 /src/arch/x86/include/asm/pgtable_types.h @ Line 183 coccinelle duplicated argument to & or | 1
212 /src/arch/x86/include/asm/pgtable_types.h @ Line 183 coccinelle duplicated argument to & or | 1
213 /src/arch/x86/include/asm/pgtable_types.h @ Line 183 coccinelle duplicated argument to & or | 1
214 /src/arch/x86/include/asm/pgtable_types.h @ Line 184 coccinelle duplicated argument to & or | 1
215 /src/arch/x86/include/asm/pgtable_types.h @ Line 184 coccinelle duplicated argument to & or | 1
216 /src/arch/x86/include/asm/pgtable_types.h @ Line 184 coccinelle duplicated argument to & or | 1
217 /src/arch/x86/include/asm/pgtable_types.h @ Line 185 coccinelle duplicated argument to & or | 1
218 /src/arch/x86/include/asm/pgtable_types.h @ Line 185 coccinelle duplicated argument to & or | 1
219 /src/arch/x86/include/asm/pgtable_types.h @ Line 185 coccinelle duplicated argument to & or | 1
220 /src/arch/x86/include/asm/pgtable_types.h @ Line 185 coccinelle duplicated argument to & or | 1
221 /src/arch/x86/include/asm/pgtable_types.h @ Line 186 coccinelle duplicated argument to & or | 1
222 /src/arch/x86/include/asm/pgtable_types.h @ Line 186 coccinelle duplicated argument to & or | 1
223 /src/arch/x86/include/asm/pgtable_types.h @ Line 186 coccinelle duplicated argument to & or | 1
224 /src/arch/x86/include/asm/pgtable_types.h @ Line 187 coccinelle duplicated argument to & or | 1
225 /src/arch/x86/include/asm/pgtable_types.h @ Line 187 coccinelle duplicated argument to & or | 1
226 /src/arch/x86/include/asm/pgtable_types.h @ Line 187 coccinelle duplicated argument to & or | 1
227 /src/arch/x86/include/asm/pgtable_types.h @ Line 188 coccinelle duplicated argument to & or | 1
228 /src/arch/x86/include/asm/pgtable_types.h @ Line 188 coccinelle duplicated argument to & or | 1
229 /src/arch/x86/include/asm/pgtable_types.h @ Line 188 coccinelle duplicated argument to & or | 1
230 /src/arch/x86/include/asm/pgtable_types.h @ Line 188 coccinelle duplicated argument to & or | 1
231 /src/arch/x86/include/asm/pgtable_types.h @ Line 190 coccinelle duplicated argument to & or | 1
232 /src/arch/x86/include/asm/pgtable_types.h @ Line 191 coccinelle duplicated argument to & or | 1
233 /src/arch/x86/include/asm/pgtable_types.h @ Line 191 coccinelle duplicated argument to & or | 1
234 /src/arch/x86/include/asm/pgtable_types.h @ Line 192 coccinelle duplicated argument to & or | 1
235 /src/arch/x86/include/asm/pgtable_types.h @ Line 192 coccinelle duplicated argument to & or | 1
236 /src/arch/x86/include/asm/pgtable_types.h @ Line 192 coccinelle duplicated argument to & or | 1
237 /src/arch/x86/include/asm/pgtable_types.h @ Line 193 coccinelle duplicated argument to & or | 1
238 /src/arch/x86/include/asm/pgtable_types.h @ Line 193 coccinelle duplicated argument to & or | 1
239 /src/arch/x86/include/asm/pgtable_types.h @ Line 193 coccinelle duplicated argument to & or | 1
240 /src/arch/x86/include/asm/pgtable_types.h @ Line 194 coccinelle duplicated argument to & or | 1
241 /src/arch/x86/include/asm/pgtable_types.h @ Line 194 coccinelle duplicated argument to & or | 1
242 /src/arch/x86/include/asm/pgtable_types.h @ Line 195 coccinelle duplicated argument to & or | 1
243 /src/arch/x86/include/asm/pgtable_types.h @ Line 195 coccinelle duplicated argument to & or | 1
244 /src/arch/x86/include/asm/pgtable_types.h @ Line 196 coccinelle duplicated argument to & or | 1
245 /src/arch/x86/include/asm/pgtable_types.h @ Line 196 coccinelle duplicated argument to & or | 1
246 /src/arch/x86/include/asm/pgtable_types.h @ Line 197 coccinelle duplicated argument to & or | 1
247 /src/arch/x86/include/asm/pgtable_types.h @ Line 197 coccinelle duplicated argument to & or | 1
248 /src/arch/x86/include/asm/pgtable_types.h @ Line 197 coccinelle duplicated argument to & or | 1
249 /src/arch/x86/include/asm/pgtable_types.h @ Line 198 coccinelle duplicated argument to & or | 1
250 /src/arch/x86/include/asm/pgtable_types.h @ Line 199 coccinelle duplicated argument to & or | 1
251 /src/arch/x86/include/asm/pgtable_types.h @ Line 201 coccinelle duplicated argument to & or | 1
252 /src/arch/x86/include/asm/pgtable_types.h @ Line 202 coccinelle duplicated argument to & or | 1
253 /src/arch/x86/include/asm/sections.h @ Line 28 coccinelle WARNING: return of 0/1 in function 'arch_is_kernel_initmem_freed' with return type bool 1
254 /src/arch/x86/include/asm/serial.h @ Line 20 coccinelle duplicated argument to & or | 1
255 /src/arch/x86/include/asm/uaccess.h @ Line 477 coccinelle WARNING: return of 0/1 in function 'user_access_begin' with return type bool 1
256 /src/arch/x86/include/asm/uv/uv.h @ Line 36 coccinelle WARNING: return of 0/1 in function 'is_early_uv_system' with return type bool 1
257 /src/arch/x86/kernel/acpi/sleep.c @ Line 126 smatch.check_indenting warn: inconsistent indenting 1
258 /src/arch/x86/kernel/apic/io_apic.c @ Line 1210 coccinelle ERROR: iterator variable bound on line 1202 cannot be NULL 1
259 /src/arch/x86/kernel/apic/ipi.c @ Line 180 smatch.check_spectre warn: potential spectre issue '__per_cpu_offset' [w] 1
260 /src/arch/x86/kernel/cpu/mtrr/if.c @ Line 32 smatch.check_spectre warn: potential spectre issue 'mtrr_strings' [r] (local cap) 1
261 /src/arch/x86/kernel/cpu/sgx/encl.c @ Line 474 coccinelle ERROR: invalid reference to the index variable of the iterator on line 466 1
262 /src/arch/x86/kernel/crash_core_64.c @ Line 13 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
263 /src/arch/x86/kernel/e820.c @ Line 1228 smatch.check_signed warn: impossible condition '(end > (-1)) => (0-u64max > u64max)' 1
264 /src/arch/x86/kernel/early_printk.c @ Line 169 smatch.check_spectre warn: potential spectre issue 'bases' [r] (local cap) 1
265 /src/arch/x86/kernel/fpu/signal.c @ Line 98 smatch.check_return_efault warn: maybe return -EFAULT instead of the bytes remaining? 1
266 /src/arch/x86/kernel/fpu/signal.c @ Line 469 smatch.check_return_efault warn: maybe return -EFAULT instead of the bytes remaining? 1
267 /src/arch/x86/kernel/kvmclock.c @ Line 246 smatch.check_64bit_shift warn: should '1 << order' be a 64 bit type? 1
268 /src/arch/x86/kernel/kvmclock.c @ Line 304 smatch.check_testing_index_after_use error: testing array offset 'cpu' after use. 1
269 /src/arch/x86/kernel/ldt.c @ Line 288 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ldt->entries->nr_pages' 1
270 /src/arch/x86/kernel/ldt.c @ Line 288 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ldt->entries->size' 1
271 /src/arch/x86/kernel/ldt.c @ Line 408 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ldt->entries->nr_pages' 1
272 /src/arch/x86/kernel/ldt.c @ Line 408 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ldt->entries->size' 1
273 /src/arch/x86/kernel/ldt.c @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ldt->entries->nr_pages' 1
274 /src/arch/x86/kernel/ldt.c @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ldt->entries->size' 1
275 /src/arch/x86/kernel/ldt.c @ Line 426 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ldt->entries->nr_pages' 1
276 /src/arch/x86/kernel/ldt.c @ Line 426 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ldt->entries->size' 1
277 /src/arch/x86/kernel/ldt.c @ Line 626 smatch.check_spectre warn: potential spectre issue 'new_ldt->entries' [w] (local cap) 1
278 /src/arch/x86/kernel/process_64.c @ Line 381 smatch.check_spectre warn: potential spectre issue 'task->thread.tls_array' [r] 1
279 /src/arch/x86/kernel/reboot.c @ Line 652 smatch.check_unreachable warn: ignoring unreachable code. 1
280 /src/arch/x86/kernel/setup_percpu.c @ Line 264 coccinelle ERROR: iterator variable bound on line 222 cannot be NULL 1
281 /src/arch/x86/kernel/smpboot.c @ Line 1498 smatch.check_no_if_block warn: if statement not indented 1
282 /src/arch/x86/kernel/tls.c @ Line 88 smatch.check_spectre warn: potential spectre issue 't->tls_array' [r] 1
283 /src/arch/x86/kvm/cpuid.c @ Line 369 coccinelle duplicated argument to & or | 1
284 /src/arch/x86/kvm/cpuid.c @ Line 370 coccinelle duplicated argument to & or | 1
285 /src/arch/x86/kvm/cpuid.c @ Line 371 coccinelle duplicated argument to & or | 1
286 /src/arch/x86/kvm/cpuid.c @ Line 371 coccinelle duplicated argument to & or | 1
287 /src/arch/x86/kvm/cpuid.c @ Line 371 coccinelle duplicated argument to & or | 1
288 /src/arch/x86/kvm/cpuid.c @ Line 372 coccinelle duplicated argument to & or | 1
289 /src/arch/x86/kvm/cpuid.c @ Line 373 coccinelle duplicated argument to & or | 1
290 /src/arch/x86/kvm/cpuid.c @ Line 375 coccinelle duplicated argument to & or | 1
291 /src/arch/x86/kvm/cpuid.c @ Line 384 coccinelle duplicated argument to & or | 1
292 /src/arch/x86/kvm/cpuid.c @ Line 386 coccinelle duplicated argument to & or | 1
293 /src/arch/x86/kvm/cpuid.c @ Line 387 coccinelle duplicated argument to & or | 1
294 /src/arch/x86/kvm/cpuid.c @ Line 394 coccinelle duplicated argument to & or | 1
295 /src/arch/x86/kvm/cpuid.c @ Line 394 coccinelle duplicated argument to & or | 1
296 /src/arch/x86/kvm/cpuid.c @ Line 401 coccinelle duplicated argument to & or | 1
297 /src/arch/x86/kvm/cpuid.c @ Line 444 coccinelle duplicated argument to & or | 1
298 /src/arch/x86/kvm/cpuid.c @ Line 444 coccinelle duplicated argument to & or | 1
299 /src/arch/x86/kvm/cpuid.c @ Line 446 coccinelle duplicated argument to & or | 1
300 /src/arch/x86/kvm/cpuid.c @ Line 454 coccinelle duplicated argument to & or | 1
301 /src/arch/x86/kvm/cpuid.c @ Line 456 coccinelle duplicated argument to & or | 1
302 /src/arch/x86/kvm/cpuid.c @ Line 457 coccinelle duplicated argument to & or | 1
303 /src/arch/x86/kvm/emulate.c @ Line 1380 coccinelle WARNING: Assignment of 0/1 to bool variable 1
304 /src/arch/x86/kvm/mtrr.c @ Line 183 smatch.check_64bit_shift warn: should '8 << fixed_seg_table[seg]->range_shift' be a 64 bit type? 1
305 /src/arch/x86/kvm/svm/avic.c @ Line 173 coccinelle WARNING: Assignment of 0/1 to bool variable 1
306 /src/arch/x86/kvm/svm/avic.c @ Line 71 coccinelle WARNING: Assignment of 0/1 to bool variable 1
307 /src/arch/x86/kvm/svm/nested.c @ Line 215 coccinelle WARNING: Comparison of 0/1 to bool variable 1
308 /src/arch/x86/kvm/svm/nested.c @ Line 536 coccinelle WARNING: Assignment of 0/1 to bool variable 1
309 /src/arch/x86/kvm/svm/nested.c @ Line 545 coccinelle WARNING: Assignment of 0/1 to bool variable 1
310 /src/arch/x86/kvm/svm/nested.c @ Line 752 coccinelle WARNING: Assignment of 0/1 to bool variable 1
311 /src/arch/x86/kvm/vmx/nested.c @ Line 5501 smatch.check_64bit_shift warn: should '(1 << function)' be a 64 bit type? 1
312 /src/arch/x86/kvm/vmx/vmx.c @ Line 747 coccinelle WARNING: Assignment of 0/1 to bool variable 1
313 /src/arch/x86/kvm/vmx/vmx.c @ Line 2625 coccinelle WARNING: Assignment of 0/1 to bool variable 1
314 /src/arch/x86/kvm/vmx/vmx.c @ Line 116 coccinelle WARNING: Assignment of 0/1 to bool variable 1
315 /src/arch/x86/kvm/vmx/vmx.c @ Line 102 coccinelle WARNING: Assignment of 0/1 to bool variable 1
316 /src/arch/x86/kvm/vmx/vmx.c @ Line 86 coccinelle WARNING: Assignment of 0/1 to bool variable 1
317 /src/arch/x86/kvm/vmx/vmx.c @ Line 93 coccinelle WARNING: Assignment of 0/1 to bool variable 1
318 /src/arch/x86/kvm/vmx/vmx.c @ Line 113 coccinelle WARNING: Assignment of 0/1 to bool variable 1
319 /src/arch/x86/kvm/vmx/vmx.c @ Line 126 coccinelle WARNING: Assignment of 0/1 to bool variable 1
320 /src/arch/x86/kvm/vmx/vmx.c @ Line 89 coccinelle WARNING: Assignment of 0/1 to bool variable 1
321 /src/arch/x86/kvm/vmx/vmx.c @ Line 80 coccinelle WARNING: Assignment of 0/1 to bool variable 1
322 /src/arch/x86/kvm/vmx/vmx.c @ Line 77 coccinelle WARNING: Assignment of 0/1 to bool variable 1
323 /src/arch/x86/kvm/vmx/vmx.c @ Line 99 coccinelle WARNING: Assignment of 0/1 to bool variable 1
324 /src/arch/x86/kvm/vmx/vmx.c @ Line 83 coccinelle WARNING: Assignment of 0/1 to bool variable 1
325 /src/arch/x86/kvm/vmx/vmx.c @ Line 7749 coccinelle WARNING: Assignment of 0/1 to bool variable 1
326 /src/arch/x86/kvm/vmx/vmx.c @ Line 7755 coccinelle WARNING: Assignment of 0/1 to bool variable 1
327 /src/arch/x86/kvm/vmx/vmx.c @ Line 7758 coccinelle WARNING: Assignment of 0/1 to bool variable 1
328 /src/arch/x86/kvm/vmx/vmx.c @ Line 7761 coccinelle WARNING: Assignment of 0/1 to bool variable 1
329 /src/arch/x86/kvm/vmx/vmx.c @ Line 7764 coccinelle WARNING: Assignment of 0/1 to bool variable 1
330 /src/arch/x86/kvm/vmx/vmx.c @ Line 7767 coccinelle WARNING: Assignment of 0/1 to bool variable 1
331 /src/arch/x86/kvm/vmx/vmx.c @ Line 7798 coccinelle WARNING: Assignment of 0/1 to bool variable 1
332 /src/arch/x86/kvm/vmx/vmx.c @ Line 7828 coccinelle WARNING: Assignment of 0/1 to bool variable 1
333 /src/arch/x86/kvm/vmx/vmx.c @ Line 110 coccinelle WARNING: Assignment of 0/1 to bool variable 1
334 /src/arch/x86/kvm/vmx/vmx.c @ Line 4217 coccinelle WARNING: Assignment of 0/1 to bool variable 1
335 /src/arch/x86/kvm/vmx/vmx.c @ Line 6781 coccinelle WARNING: Assignment of 0/1 to bool variable 1
336 /src/arch/x86/kvm/vmx/vmx.c @ Line 6798 coccinelle WARNING: Assignment of 0/1 to bool variable 1
337 /src/arch/x86/kvm/x86.c @ Line 1884 smatch.check_no_effect warn: statement has no effect 31 1
338 /src/arch/x86/kvm/x86.c @ Line 7992 coccinelle WARNING: Comparison to bool 1
339 /src/arch/x86/kvm/x86.c @ Line 197 coccinelle WARNING: Assignment of 0/1 to bool variable 1
340 /src/arch/x86/kvm/x86.c @ Line 116 coccinelle WARNING: Assignment of 0/1 to bool variable 1
341 /src/arch/x86/kvm/x86.h @ Line 110 coccinelle WARNING: return of 0/1 in function 'is_la57_mode' with return type bool 1
342 /src/arch/x86/lib/delay.c @ Line 134 smatch.check_indenting warn: inconsistent indenting 1
343 /src/arch/x86/mm/fault.c @ Line 1425 smatch.check_locking warn: inconsistent returns 'mm->mmap_lock'. 1
344 /src/arch/x86/mm/init.c @ Line 54 coccinelle duplicated argument to & or | 1
345 /src/arch/x86/mm/init.c @ Line 71 coccinelle duplicated argument to & or | 1
346 /src/arch/x86/mm/init.c @ Line 71 coccinelle duplicated argument to & or | 1
347 /src/arch/x86/mm/init.c @ Line 72 coccinelle duplicated argument to & or | 1
348 /src/arch/x86/mm/init.c @ Line 73 coccinelle duplicated argument to & or | 1
349 /src/arch/x86/mm/init.c @ Line 75 coccinelle duplicated argument to & or | 1
350 /src/arch/x86/mm/pat/set_memory.c @ Line 1684 coccinelle preceding lock on line 1658 1
351 /src/arch/x86/mm/pat/set_memory.c @ Line 2263 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
352 /src/arch/x86/mm/pgtable.c @ Line 31 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mm->context.ldt->nr_entries' 1
353 /src/arch/x86/mm/pgtable.c @ Line 281 smatch.check_bogus_loop warn: we never enter this loop 1
354 /src/arch/x86/mm/pgtable.c @ Line 291 smatch.check_bogus_loop warn: we never enter this loop 1
355 /src/arch/x86/mm/pgtable.c @ Line 335 smatch.check_bogus_loop warn: we never enter this loop 1
356 /src/arch/x86/mm/tlb.c @ Line 820 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cpumask->context.ldt->nr_entries' 1
357 /src/arch/x86/oprofile/nmi_int.c @ Line 463 coccinelle ERROR: iterator variable bound on line 462 cannot be NULL 1
358 /src/arch/x86/pci/mmconfig-shared.c @ Line 540 coccinelle WARNING: Comparison of 0/1 to bool variable 1
359 /src/arch/x86/pci/mmconfig-shared.c @ Line 464 coccinelle WARNING: return of 0/1 in function 'is_mmconf_reserved' with return type bool 1
360 /src/arch/x86/pci/mmconfig-shared.c @ Line 504 coccinelle WARNING: return of 0/1 in function 'pci_mmcfg_check_reserved' with return type bool 1
361 /src/arch/x86/platform/efi/quirks.c @ Line 726 smatch.check_unreachable warn: ignoring unreachable code. 1
362 /src/arch/x86/platform/geode/alix.c @ Line 38 coccinelle WARNING: Assignment of 0/1 to bool variable 1
363 /src/arch/x86/platform/intel-quark/imr.c @ Line 417 coccinelle WARNING: Comparison to bool 1
364 /src/arch/x86/platform/intel-quark/imr.c @ Line 309 coccinelle WARNING: Comparison to bool 1
365 /src/arch/x86/platform/intel/iosf_mbi.c @ Line 482 coccinelle WARNING: iosf_mcr_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
366 /src/arch/x86/platform/iris/iris.c @ Line 95 coccinelle WARNING: Comparison of 0/1 to bool variable 1
367 /src/arch/x86/platform/olpc/olpc-xo1-sci.c @ Line 410 coccinelle WARNING: Assignment of 0/1 to bool variable 1
368 /src/arch/x86/xen/enlighten_hvm.c @ Line 41 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
369 /src/arch/x86/xen/enlighten_pv.c @ Line 382 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
370 /src/arch/x86/xen/enlighten_pv.c @ Line 387 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
371 /src/arch/x86/xen/enlighten_pv.c @ Line 469 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
372 /src/arch/x86/xen/enlighten_pv.c @ Line 492 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
373 /src/arch/x86/xen/enlighten_pv.c @ Line 495 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
374 /src/arch/x86/xen/enlighten_pv.c @ Line 546 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
375 /src/arch/x86/xen/enlighten_pv.c @ Line 766 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
376 /src/arch/x86/xen/enlighten_pv.c @ Line 791 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
377 /src/arch/x86/xen/enlighten_pv.c @ Line 718 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
378 /src/arch/x86/xen/enlighten_pv.c @ Line 561 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
379 /src/arch/x86/xen/irq.c @ Line 107 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
380 /src/arch/x86/xen/mmu_pv.c @ Line 138 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
381 /src/arch/x86/xen/mmu_pv.c @ Line 154 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
382 /src/arch/x86/xen/mmu_pv.c @ Line 994 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
383 /src/arch/x86/xen/mmu_pv.c @ Line 1622 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
384 /src/arch/x86/xen/multicalls.c @ Line 96 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
385 /src/arch/x86/xen/setup.c @ Line 967 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
386 /src/arch/x86/xen/smp_pv.c @ Line 340 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
387 /src/arch/x86/xen/smp_pv.c @ Line 258 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
388 /src/arch/x86/xen/suspend_pv.c @ Line 24 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
389 /src/arch/x86/xen/time.c @ Line 378 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
390 /src/arch/x86/xen/time.c @ Line 214 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
391 /src/arch/x86/xen/time.c @ Line 259 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
392 /src/arch/x86/xen/time.c @ Line 248 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
393 /src/arch/xtensa/platforms/iss/console.c @ Line 229 coccinelle WARNING comparing pointer to 0 1
394 /src/block/badblocks.c @ Line 600 coccinelle WARNING: invalid free of devm_ allocated data 1
395 /src/block/badblocks.c @ Line 495 smatch.check_64bit_shift warn: should 'length << bb->shift' be a 64 bit type? 1
396 /src/block/bfq-iosched.c @ Line 6757 coccinelle WARNING: Comparison of 0/1 to bool variable 1
397 /src/block/bio.c @ Line 657 coccinelle atomic_dec_and_test variation before object free at line 658. 1
398 /src/block/blk-cgroup.c @ Line 1122 smatch.check_leaks warn: possible memory leak of 'blkcg' 1
399 /src/block/blk-cgroup.c @ Line 695 coccinelle preceding lock on line 624 1
400 /src/block/blk-cgroup.c @ Line 695 coccinelle preceding lock on line 667 1
401 /src/block/blk-core.c @ Line 620 smatch.smatch_kernel_user_data set_param_user_data: no type for 'q->channel' 1
402 /src/block/blk-core.c @ Line 620 smatch.smatch_kernel_user_data set_param_user_data: no type for 'q->lun' 1
403 /src/block/blk-core.c @ Line 620 smatch.smatch_kernel_user_data set_param_user_data: no type for 'q->sdev_target->channel' 1
404 /src/block/blk-core.c @ Line 620 smatch.smatch_kernel_user_data set_param_user_data: no type for 'q->sdev_target->id' 1
405 /src/block/blk-ioc.c @ Line 199 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->signal->group_exit_task->sched_info.last_queued->rt.highest_prio.next' 1
406 /src/block/blk-ioc.c @ Line 156 coccinelle atomic_dec_and_test variation before object free at line 159. 1
407 /src/block/blk-merge.c @ Line 865 coccinelle WARNING: Comparison to bool 1
408 /src/block/blk-merge.c @ Line 639 coccinelle WARNING: Comparison to bool 1
409 /src/block/blk-merge.c @ Line 550 coccinelle WARNING: Comparison to bool 1
410 /src/block/blk-mq.c @ Line 565 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
411 /src/block/blk-mq.c @ Line 3801 smatch.check_locking error: double unlocked 'hs.timer.base->cpu_base->lock' (orig line 3798) 1
412 /src/block/bsg.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer._softexpires' 1
413 /src/block/bsg.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer.node.expires' 1
414 /src/block/bsg.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.timer_expires' 1
415 /src/block/elevator.c @ Line 235 smatch.check_spectre warn: potential spectre issue 'e->hash' [r] 1
416 /src/block/genhd.c @ Line 57 smatch.smatch_kernel_user_data set_param_user_data: no type for 'disk->part0.policy' 1
417 /src/block/genhd.c @ Line 182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'disk->part0.policy' 1
418 /src/block/genhd.c @ Line 921 smatch.smatch_kernel_user_data set_param_user_data: no type for 'disk->part0.nr_sects' 1
419 /src/block/genhd.c @ Line 921 smatch.smatch_kernel_user_data set_param_user_data: no type for 'disk->part0.policy' 1
420 /src/block/genhd.c @ Line 1387 smatch.check_check_deref error: we previously assumed 'old_ptbl' could be null (see line 1361) 1
421 /src/block/partitions/core.c @ Line 179 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_PTR' 1
422 /src/block/partitions/core.c @ Line 607 smatch.check_err_ptr_deref error: 'part' dereferencing possible ERR_PTR() 1
423 /src/crypto/api.c @ Line 473 smatch.check_err_ptr_deref error: passing non negative 899203072 to ERR_PTR 1
424 /src/crypto/async_tx/async_memcpy.c @ Line 45 smatch.check_check_deref error: we previously assumed 'device' could be null (see line 42) 1
425 /src/crypto/async_tx/async_pq.c @ Line 213 smatch.check_check_deref error: we previously assumed 'device' could be null (see line 189) 1
426 /src/crypto/async_tx/async_pq.c @ Line 316 smatch.check_check_deref error: we previously assumed 'device' could be null (see line 311) 1
427 /src/crypto/async_tx/async_pq.c @ Line 368 smatch.check_check_deref error: we previously assumed 'chan' could be null (see line 303) 1
428 /src/crypto/async_tx/async_raid6_recov.c @ Line 34 smatch.check_check_deref error: we previously assumed 'dma' could be null (see line 30) 1
429 /src/crypto/async_tx/async_raid6_recov.c @ Line 103 smatch.check_check_deref error: we previously assumed 'dma' could be null (see line 98) 1
430 /src/crypto/async_tx/async_xor.c @ Line 210 smatch.check_check_deref error: we previously assumed 'device' could be null (see line 194) 1
431 /src/crypto/async_tx/async_xor.c @ Line 328 smatch.check_check_deref error: we previously assumed 'device' could be null (see line 325) 1
432 /src/crypto/async_tx/async_xor.c @ Line 355 smatch.check_check_deref error: we previously assumed 'chan' could be null (see line 319) 1
433 /src/crypto/cbc.c @ Line 72 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->length' 1
434 /src/crypto/cbc.c @ Line 72 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->offset' 1
435 /src/crypto/cbc.c @ Line 72 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->length' 1
436 /src/crypto/cbc.c @ Line 72 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->offset' 1
437 /src/crypto/cbc.c @ Line 154 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->length' 1
438 /src/crypto/cbc.c @ Line 154 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->offset' 1
439 /src/crypto/cbc.c @ Line 154 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->length' 1
440 /src/crypto/cbc.c @ Line 154 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->offset' 1
441 /src/crypto/crypto_null.c @ Line 76 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->length' 1
442 /src/crypto/crypto_null.c @ Line 76 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->offset' 1
443 /src/crypto/crypto_null.c @ Line 76 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->length' 1
444 /src/crypto/crypto_null.c @ Line 76 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->offset' 1
445 /src/crypto/ctr.c @ Line 98 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->length' 1
446 /src/crypto/ctr.c @ Line 98 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->offset' 1
447 /src/crypto/ctr.c @ Line 98 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->length' 1
448 /src/crypto/ctr.c @ Line 98 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->offset' 1
449 /src/crypto/ctr.c @ Line 189 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->length' 1
450 /src/crypto/ctr.c @ Line 189 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->dst->offset' 1
451 /src/crypto/ctr.c @ Line 189 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->length' 1
452 /src/crypto/ctr.c @ Line 189 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->src->offset' 1
453 /src/crypto/md5.c @ Line 123 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ctx->block' 1
454 /src/crypto/rsa-pkcs1pad.c @ Line 257 smatch.check_spectre warn: potential spectre issue 'req_ctx->in_buf' [w] (local cap) 1
455 /src/crypto/rsa-pkcs1pad.c @ Line 412 smatch.check_spectre warn: potential spectre issue 'req_ctx->in_buf' [w] 1
456 /src/crypto/scatterwalk.c @ Line 72 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dst->length' 1
457 /src/crypto/scatterwalk.c @ Line 72 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dst->offset' 1
458 /src/crypto/serpent_generic.c @ Line 470 smatch.check_indenting warn: inconsistent indenting 1
459 /src/crypto/serpent_generic.c @ Line 531 smatch.check_indenting warn: inconsistent indenting 1
460 /src/crypto/shash.c @ Line 151 smatch.smatch_kernel_user_data set_param_user_data: no type for '*desc->result' 1
461 /src/crypto/shash.c @ Line 151 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->nbytes' 1
462 /src/crypto/shash.c @ Line 151 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->src->length' 1
463 /src/crypto/shash.c @ Line 151 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->src->offset' 1
464 /src/crypto/shash.c @ Line 255 smatch.smatch_kernel_user_data set_param_user_data: no type for '*desc->result' 1
465 /src/crypto/shash.c @ Line 255 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->nbytes' 1
466 /src/crypto/shash.c @ Line 255 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->src->length' 1
467 /src/crypto/shash.c @ Line 255 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->src->offset' 1
468 /src/crypto/shash.c @ Line 278 smatch.smatch_kernel_user_data set_param_user_data: no type for '*desc->result' 1
469 /src/crypto/shash.c @ Line 278 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->nbytes' 1
470 /src/crypto/shash.c @ Line 278 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->src->length' 1
471 /src/crypto/shash.c @ Line 278 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->src->offset' 1
472 /src/crypto/shash.c @ Line 309 smatch.smatch_kernel_user_data set_param_user_data: no type for '*desc->result' 1
473 /src/crypto/shash.c @ Line 309 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->nbytes' 1
474 /src/crypto/shash.c @ Line 309 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->src->length' 1
475 /src/crypto/shash.c @ Line 309 smatch.smatch_kernel_user_data set_param_user_data: no type for 'desc->src->offset' 1
476 /src/crypto/skcipher.c @ Line 264 smatch.check_buffer_too_small_for_struct warn: is 'v' large enough for 'struct skcipher_walk_buffer'? 1 1
477 /src/drivers/acpi/acpi_apd.c @ Line 193 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
478 /src/drivers/acpi/acpi_apd.c @ Line 214 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
479 /src/drivers/acpi/acpi_ipmi.c @ Line 505 coccinelle ERROR: invalid reference to the index variable of the iterator on line 490 1
480 /src/drivers/acpi/acpi_ipmi.c @ Line 371 coccinelle ERROR: invalid reference to the index variable of the iterator on line 361 1
481 /src/drivers/acpi/acpi_ipmi.c @ Line 420 coccinelle ERROR: invalid reference to the index variable of the iterator on line 390 1
482 /src/drivers/acpi/acpi_ipmi.c @ Line 425 coccinelle ERROR: invalid reference to the index variable of the iterator on line 390 1
483 /src/drivers/acpi/acpi_ipmi.c @ Line 430 coccinelle ERROR: invalid reference to the index variable of the iterator on line 390 1
484 /src/drivers/acpi/acpi_lpit.c @ Line 43 smatch.check_shift_to_zero warn: right shifting more than type allows 64 vs 64 1
485 /src/drivers/acpi/acpi_lpss.c @ Line 631 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
486 /src/drivers/acpi/acpi_lpss.c @ Line 751 coccinelle WARNING: use scnprintf or sprintf 1
487 /src/drivers/acpi/acpi_video.c @ Line 301 smatch.check_spectre warn: potential spectre issue 'video->brightness->levels' [r] 1
488 /src/drivers/acpi/acpi_video.c @ Line 302 smatch.check_spectre_second_half warn: possible spectre second half. 'level' 1
489 /src/drivers/acpi/acpica/nsconvert.c @ Line 245 smatch.check_64bit_shift warn: should 'count << (2)' be a 64 bit type? 1
490 /src/drivers/acpi/acpica/nsnames.c @ Line 240 smatch.check_check_deref error: we previously assumed 'full_path' could be null (see line 217) 1
491 /src/drivers/acpi/acpica/nspredef.c @ Line 230 smatch.check_check_deref error: we previously assumed 'return_object' could be null (see line 201) 1
492 /src/drivers/acpi/acpica/nsrepair.c @ Line 211 smatch.check_check_deref error: we previously assumed 'return_object' could be null (see line 183) 1
493 /src/drivers/acpi/acpica/rsdumpinfo.c @ Line 18 coccinelle WARNING: Use ARRAY_SIZE 1
494 /src/drivers/acpi/acpica/tbfadt.c @ Line 107 coccinelle WARNING: Use ARRAY_SIZE 1
495 /src/drivers/acpi/acpica/tbfadt.c @ Line 137 coccinelle WARNING: Use ARRAY_SIZE 1
496 /src/drivers/acpi/bgrt.c @ Line 28 coccinelle WARNING: use scnprintf or sprintf 1
497 /src/drivers/acpi/bgrt.c @ Line 35 coccinelle WARNING: use scnprintf or sprintf 1
498 /src/drivers/acpi/bgrt.c @ Line 21 coccinelle WARNING: use scnprintf or sprintf 1
499 /src/drivers/acpi/bgrt.c @ Line 42 coccinelle WARNING: use scnprintf or sprintf 1
500 /src/drivers/acpi/bgrt.c @ Line 49 coccinelle WARNING: use scnprintf or sprintf 1
501 /src/drivers/acpi/dock.c @ Line 23 coccinelle WARNING: Assignment of 0/1 to bool variable 1
502 /src/drivers/acpi/fan.c @ Line 196 smatch.check_spectre warn: potential spectre issue 'fan->fps' [r] (local cap) 1
503 /src/drivers/acpi/nfit/mce.c @ Line 68 coccinelle ERROR: invalid reference to the index variable of the iterator on line 39 1
504 /src/drivers/acpi/osl.c @ Line 329 smatch.check_signed warn: impossible condition '(phys > (~0)) => (0-u64max > u64max)' 1
505 /src/drivers/acpi/osl.c @ Line 1386 smatch.check_spectre warn: potential spectre issue '_ctype' [w] (local cap) 1
506 /src/drivers/acpi/pci_link.c @ Line 830 smatch.check_spectre warn: potential spectre issue 'acpi_isa_irq_penalty' [r] (local cap) 1
507 /src/drivers/acpi/processor_idle.c @ Line 77 smatch.check_kernel_printf warn: argument 3 to %ld specifier is cast from pointer 1
508 /src/drivers/acpi/processor_pdc.c @ Line 162 coccinelle WARNING: Comparison to bool 1
509 /src/drivers/acpi/scan.c @ Line 681 coccinelle ERROR: invalid reference to the index variable of the iterator on line 666 1
510 /src/drivers/acpi/scan.c @ Line 681 coccinelle ERROR: invalid reference to the index variable of the iterator on line 666 1
511 /src/drivers/android/binder.c @ Line 1454 coccinelle ERROR: from is NULL but dereferenced. 1
512 /src/drivers/android/binder.c @ Line 2496 coccinelle ERROR: target_thread is NULL but dereferenced. 1
513 /src/drivers/android/binder.c @ Line 4347 coccinelle ERROR: t is NULL but dereferenced. 1
514 /src/drivers/android/binder.c @ Line 4377 coccinelle ERROR: t is NULL but dereferenced. 1
515 /src/drivers/android/binder.c @ Line 326 coccinelle ERROR: node -> proc is NULL but dereferenced. 1
516 /src/drivers/android/binder.c @ Line 2106 coccinelle ERROR: node -> proc is NULL but dereferenced. 1
517 /src/drivers/android/binder.c @ Line 2113 coccinelle ERROR: node -> proc is NULL but dereferenced. 1
518 /src/drivers/ata/ata_piix.c @ Line 1298 smatch.check_unwind warn: 'mmio' not released on lines: 1298. 1
519 /src/drivers/ata/ata_piix.c @ Line 1378 smatch.check_index_overflow error: buffer overflow 'map' 4 <= 4 1
520 /src/drivers/ata/libahci_platform.c @ Line 587 coccinelle line 587 is redundant because platform_get_irq() already prints an error 1
521 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->devt' 1
522 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->parent->devt' 1
523 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->parent->power.suspend_timer._softexpires' 1
524 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->parent->power.suspend_timer.node.expires' 1
525 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->parent->power.timer_expires' 1
526 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->power.suspend_timer._softexpires' 1
527 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->power.suspend_timer.node.expires' 1
528 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->power.timer_expires' 1
529 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->power.wakeup->dev->power.suspend_timer._softexpires' 1
530 /src/drivers/ata/libata-core.c @ Line 5340 smatch.smatch_kernel_user_data set_param_user_data: no type for 'host->power.wakeup->dev->power.suspend_timer.node.expires' 1
531 /src/drivers/ata/libata-core.c @ Line 5576 smatch.check_check_deref error: we previously assumed 'host->ops' could be null (see line 5569) 1
532 /src/drivers/ata/libata-sata.c @ Line 954 coccinelle WARNING: use scnprintf or sprintf 1
533 /src/drivers/ata/libata-sata.c @ Line 830 coccinelle WARNING: use scnprintf or sprintf 1
534 /src/drivers/ata/libata-scsi.c @ Line 2750 smatch.check_spectre warn: potential spectre issue 'ap->link.device' [w] (local cap) 1
535 /src/drivers/ata/libata-scsi.c @ Line 2754 smatch.check_spectre warn: potential spectre issue 'ap->pmp_link' [w] (local cap) 1
536 /src/drivers/ata/pata_rb532_cf.c @ Line 119 coccinelle line 119 is redundant because platform_get_irq() already prints an error 1
537 /src/drivers/ata/sata_highbank.c @ Line 473 coccinelle line 473 is redundant because platform_get_irq() already prints an error 1
538 /src/drivers/atm/he.c @ Line 1074 coccinelle WARNING: Comparison of 0/1 to bool variable 1
539 /src/drivers/base/dd.c @ Line 615 smatch.check_deref_check warn: variable dereferenced before check 'dev->bus' (see line 535) 1
540 /src/drivers/base/node.c @ Line 546 coccinelle ERROR: iterator variable bound on line 544 cannot be NULL 1
541 /src/drivers/base/platform.c @ Line 613 smatch.smatch_db is_implies_function: is implied 1
542 /src/drivers/base/platform.c @ Line 628 smatch.smatch_db is_implies_function: is implied 1
543 /src/drivers/base/platform.c @ Line 955 smatch.check_err_ptr_deref error: passing non negative 1 to ERR_PTR 1
544 /src/drivers/base/power/domain.c @ Line 923 coccinelle WARNING !A || A && B is equivalent to !A || B 1
545 /src/drivers/base/power/runtime.c @ Line 1235 smatch.check_locking error: double unlocked 'dev->power.lock' (orig line 1221) 1
546 /src/drivers/base/power/runtime.c @ Line 874 coccinelle preceding lock on line 754 1
547 /src/drivers/base/power/runtime.c @ Line 874 coccinelle preceding lock on line 831 1
548 /src/drivers/base/power/runtime.c @ Line 659 coccinelle preceding lock on line 584 1
549 /src/drivers/base/power/runtime.c @ Line 874 coccinelle preceding lock on line 770 1
550 /src/drivers/base/power/runtime.c @ Line 659 coccinelle preceding lock on line 599 1
551 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->devt' 1
552 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->devt' 1
553 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.suspend_timer._softexpires' 1
554 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.suspend_timer.node.expires' 1
555 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.timer_expires' 1
556 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer._softexpires' 1
557 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer.node.expires' 1
558 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.timer_expires' 1
559 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.wakeup->dev->power.suspend_timer._softexpires' 1
560 /src/drivers/base/power/wakeup.c @ Line 218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.wakeup->dev->power.suspend_timer.node.expires' 1
561 /src/drivers/base/property.c @ Line 52 coccinelle WARNING: Comparison to bool 1
562 /src/drivers/base/regmap/regcache.c @ Line 71 coccinelle WARNING: Assignment of 0/1 to bool variable 1
563 /src/drivers/base/regmap/regcache.c @ Line 137 smatch.check_check_deref error: we previously assumed 'config->reg_defaults' could be null (see line 130) 1
564 /src/drivers/base/regmap/regmap.c @ Line 2031 smatch.check_uninitialized error: uninitialized symbol 'ret'. 1
565 /src/drivers/base/regmap/regmap.c @ Line 2815 smatch.check_uninitialized error: uninitialized symbol 'ret'. 1
566 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->devt' 1
567 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->parent->devt' 1
568 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->parent->power.suspend_timer._softexpires' 1
569 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->parent->power.suspend_timer.node.expires' 1
570 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->parent->power.timer_expires' 1
571 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->power.suspend_timer._softexpires' 1
572 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->power.suspend_timer.node.expires' 1
573 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->power.timer_expires' 1
574 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->power.wakeup->dev->power.suspend_timer._softexpires' 1
575 /src/drivers/base/swnode.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fwnode->power.wakeup->dev->power.suspend_timer.node.expires' 1
576 /src/drivers/base/transport_class.c @ Line 116 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
577 /src/drivers/bcma/sprom.c @ Line 643 coccinelle ERROR: reference preceded by free on line 632 1
578 /src/drivers/block/aoe/aoeblk.c @ Line 102 coccinelle WARNING: use scnprintf or sprintf 1
579 /src/drivers/block/aoe/aoeblk.c @ Line 55 coccinelle WARNING: use scnprintf or sprintf 1
580 /src/drivers/block/aoe/aoeblk.c @ Line 88 coccinelle WARNING: use scnprintf or sprintf 1
581 /src/drivers/block/aoe/aoeblk.c @ Line 110 coccinelle WARNING: use scnprintf or sprintf 1
582 /src/drivers/block/aoe/aoeblk.c @ Line 40 coccinelle WARNING: use scnprintf or sprintf 1
583 /src/drivers/block/ataflop.c @ Line 1440 coccinelle WARNING comparing pointer to 0 1
584 /src/drivers/block/drbd/drbd_debugfs.c @ Line 311 coccinelle iterator with update on line 325 1
585 /src/drivers/block/drbd/drbd_nl.c @ Line 3610 coccinelle preceding lock on line 3530 1
586 /src/drivers/block/drbd/drbd_nl.c @ Line 3611 coccinelle preceding lock on line 3530 1
587 /src/drivers/block/drbd/drbd_receiver.c @ Line 1091 coccinelle second lock on line 1091 1
588 /src/drivers/block/drbd/drbd_req.c @ Line 1375 coccinelle WARNING: Comparison to bool 1
589 /src/drivers/block/drbd/drbd_state.c @ Line 2374 coccinelle preceding lock on line 2311 1
590 /src/drivers/block/drbd/drbd_state.c @ Line 635 coccinelle preceding lock on line 575 1
591 /src/drivers/block/drbd/drbd_state.c @ Line 2374 coccinelle preceding lock on line 2329 1
592 /src/drivers/block/drbd/drbd_worker.c @ Line 1722 coccinelle WARNING: Comparison to bool 1
593 /src/drivers/block/floppy.c @ Line 2881 smatch.check_check_deref error: we previously assumed 'current_req' could be null (see line 2869) 1
594 /src/drivers/block/floppy.c @ Line 3134 smatch.check_rosenberg warn: check that 'cmd' doesn't leak information (struct has a hole after 'flags') 1
595 /src/drivers/block/floppy.c @ Line 3635 smatch.check_uninitialized error: uninitialized symbol 'outparam'. 1
596 /src/drivers/block/loop.c @ Line 165 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.policy' 1
597 /src/drivers/block/loop.c @ Line 165 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->normal_prio' 1
598 /src/drivers/block/loop.c @ Line 165 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->static_prio' 1
599 /src/drivers/block/loop.c @ Line 165 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->sched_info.last_queued->rt.highest_prio.next' 1
600 /src/drivers/block/loop.c @ Line 165 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->se.exec_start->rt.highest_prio.next' 1
601 /src/drivers/block/loop.c @ Line 170 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.policy' 1
602 /src/drivers/block/loop.c @ Line 170 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.nr_sects' 1
603 /src/drivers/block/loop.c @ Line 252 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.policy' 1
604 /src/drivers/block/loop.c @ Line 252 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->normal_prio' 1
605 /src/drivers/block/loop.c @ Line 252 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->static_prio' 1
606 /src/drivers/block/loop.c @ Line 252 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->sched_info.last_queued->rt.highest_prio.next' 1
607 /src/drivers/block/loop.c @ Line 252 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->se.exec_start->rt.highest_prio.next' 1
608 /src/drivers/block/loop.c @ Line 649 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.nr_sects' 1
609 /src/drivers/block/loop.c @ Line 649 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.policy' 1
610 /src/drivers/block/loop.c @ Line 649 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->normal_prio' 1
611 /src/drivers/block/loop.c @ Line 649 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->static_prio' 1
612 /src/drivers/block/loop.c @ Line 649 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->sched_info.last_queued->rt.highest_prio.next' 1
613 /src/drivers/block/loop.c @ Line 649 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->se.exec_start->rt.highest_prio.next' 1
614 /src/drivers/block/loop.c @ Line 643 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.policy' 1
615 /src/drivers/block/loop.c @ Line 643 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->normal_prio' 1
616 /src/drivers/block/loop.c @ Line 643 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->static_prio' 1
617 /src/drivers/block/loop.c @ Line 643 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->sched_info.last_queued->rt.highest_prio.next' 1
618 /src/drivers/block/loop.c @ Line 643 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->se.exec_start->rt.highest_prio.next' 1
619 /src/drivers/block/loop.c @ Line 796 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
620 /src/drivers/block/loop.c @ Line 860 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.policy' 1
621 /src/drivers/block/loop.c @ Line 860 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->normal_prio' 1
622 /src/drivers/block/loop.c @ Line 860 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->static_prio' 1
623 /src/drivers/block/loop.c @ Line 860 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->sched_info.last_queued->rt.highest_prio.next' 1
624 /src/drivers/block/loop.c @ Line 860 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->se.exec_start->rt.highest_prio.next' 1
625 /src/drivers/block/loop.c @ Line 873 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.nr_sects' 1
626 /src/drivers/block/loop.c @ Line 946 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->lo_disk->part0.policy' 1
627 /src/drivers/block/loop.c @ Line 946 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->normal_prio' 1
628 /src/drivers/block/loop.c @ Line 946 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->prio->static_prio' 1
629 /src/drivers/block/loop.c @ Line 946 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->sched_info.last_queued->rt.highest_prio.next' 1
630 /src/drivers/block/loop.c @ Line 946 smatch.smatch_kernel_user_data set_param_user_data: no type for 'lo->worker_task->se.exec_start->rt.highest_prio.next' 1
631 /src/drivers/block/loop.c @ Line 1029 smatch.check_spectre warn: potential spectre issue 'xfer_funcs' [r] (local cap) 1
632 /src/drivers/block/loop.c @ Line 1030 smatch.check_spectre_second_half warn: possible spectre second half. 'xfer' 1
633 /src/drivers/block/loop.c @ Line 1035 smatch.check_spectre_second_half warn: possible spectre second half. 'xfer' 1
634 /src/drivers/block/loop.c @ Line 796 coccinelle ERROR: PTR_ERR applied after initialization to constant on line 788 1
635 /src/drivers/block/nbd.c @ Line 431 smatch.check_check_deref error: we previously assumed 'config->socks' could be null (see line 404) 1
636 /src/drivers/block/nbd.c @ Line 690 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_PTR' 1
637 /src/drivers/block/pktcdvd.c @ Line 1041 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
638 /src/drivers/block/pktcdvd.c @ Line 1222 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
639 /src/drivers/block/rbd.c @ Line 795 coccinelle ERROR: invalid reference to the index variable of the iterator on line 785 1
640 /src/drivers/block/virtio_blk.c @ Line 634 coccinelle WARNING: use scnprintf or sprintf 1
641 /src/drivers/block/xen-blkback/common.h @ Line 366 coccinelle atomic_dec_and_test variation before object free at line 367. 1
642 /src/drivers/block/zram/zram_drv.c @ Line 534 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
643 /src/drivers/bluetooth/hci_bcsp.c @ Line 660 smatch.check_indenting warn: inconsistent indenting 1
644 /src/drivers/bluetooth/hci_h5.c @ Line 255 coccinelle WARNING: invalid free of devm_ allocated data 1
645 /src/drivers/bus/arm-cci.c @ Line 458 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before break around line 465. 1
646 /src/drivers/bus/arm-integrator-lm.c @ Line 41 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 57. 1
647 /src/drivers/bus/fsl-mc/fsl-mc-bus.c @ Line 196 coccinelle WARNING: use scnprintf or sprintf 1
648 /src/drivers/bus/fsl-mc/mc-sys.c @ Line 294 coccinelle preceding lock on line 256 1
649 /src/drivers/bus/mvebu-mbus.c @ Line 1115 coccinelle ERROR: missing iounmap; ioremap on line 1108 and execution via conditional on line 1113 1
650 /src/drivers/bus/qcom-ebi2.c @ Line 351 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 357. 1
651 /src/drivers/bus/ti-sysc.c @ Line 2135 coccinelle ERROR: missing clk_put; clk_get on line 2127 and execution via conditional on line 2134 1
652 /src/drivers/cdrom/cdrom.c @ Line 620 coccinelle WARNING: Comparison of 0/1 to bool variable 1
653 /src/drivers/cdrom/cdrom.c @ Line 622 coccinelle WARNING: Comparison of 0/1 to bool variable 1
654 /src/drivers/cdrom/cdrom.c @ Line 624 coccinelle WARNING: Comparison of 0/1 to bool variable 1
655 /src/drivers/cdrom/cdrom.c @ Line 626 coccinelle WARNING: Comparison of 0/1 to bool variable 1
656 /src/drivers/cdrom/cdrom.c @ Line 320 coccinelle WARNING: Comparison of 0/1 to bool variable 1
657 /src/drivers/cdrom/cdrom.c @ Line 326 coccinelle WARNING: Comparison of 0/1 to bool variable 1
658 /src/drivers/cdrom/cdrom.c @ Line 292 coccinelle WARNING: Assignment of 0/1 to bool variable 1
659 /src/drivers/cdrom/cdrom.c @ Line 294 coccinelle WARNING: Assignment of 0/1 to bool variable 1
660 /src/drivers/cdrom/cdrom.c @ Line 298 coccinelle WARNING: Assignment of 0/1 to bool variable 1
661 /src/drivers/cdrom/cdrom.c @ Line 1805 smatch.check_spectre warn: potential spectre issue 's->physical.layer' [r] (local cap) 1
662 /src/drivers/char/agp/amd64-agp.c @ Line 37 coccinelle WARNING: Assignment of 0/1 to bool variable 1
663 /src/drivers/char/agp/sis-agp.c @ Line 20 coccinelle WARNING: Assignment of 0/1 to bool variable 1
664 /src/drivers/char/hpet.c @ Line 675 smatch.check_rosenberg warn: check that 'info' doesn't leak information (struct has a hole after 'hi_timer') 1
665 /src/drivers/char/hw_random/cctrng.c @ Line 531 coccinelle line 531 is redundant because platform_get_irq() already prints an error 1
666 /src/drivers/char/hw_random/s390-trng.c @ Line 114 coccinelle WARNING: use scnprintf or sprintf 1
667 /src/drivers/char/ipmi/ipmi_msghandler.c @ Line 4555 coccinelle ERROR: nested lock+irqsave that reuses flags from line 4548. 1
668 /src/drivers/char/ipmi/ipmi_si_intf.c @ Line 1634 coccinelle WARNING: use scnprintf or sprintf 1
669 /src/drivers/char/ipmi/ipmi_si_intf.c @ Line 1657 coccinelle WARNING: use scnprintf or sprintf 1
670 /src/drivers/char/ipmi/ipmi_si_intf.c @ Line 1623 coccinelle WARNING: use scnprintf or sprintf 1
671 /src/drivers/char/ipmi/ipmi_ssif.c @ Line 1242 coccinelle WARNING: use scnprintf or sprintf 1
672 /src/drivers/char/lp.c @ Line 341 smatch.check_no_if_block warn: if statement not indented 1
673 /src/drivers/char/mem.c @ Line 1021 smatch.check_spectre warn: potential spectre issue 'devlist' [r] 1
674 /src/drivers/char/mwave/tp3780i.c @ Line 130 coccinelle WARNING: Comparison to bool 1
675 /src/drivers/char/mwave/tp3780i.c @ Line 519 coccinelle WARNING: Assignment of 0/1 to bool variable 1
676 /src/drivers/char/mwave/tp3780i.c @ Line 555 coccinelle WARNING: Assignment of 0/1 to bool variable 1
677 /src/drivers/char/random.c @ Line 1046 smatch.check_spectre warn: potential spectre issue 'tmp' [r] (local cap) 1
678 /src/drivers/char/tpm/tpm_ftpm_tee.c @ Line 180 coccinelle WARNING: return of 0/1 in function 'ftpm_tee_tpm_req_canceled' with return type bool 1
679 /src/drivers/char/virtio_console.c @ Line 1608 smatch.check_check_deref error: we previously assumed 'port' could be null (see line 1576) 1
680 /src/drivers/clk/clk.c @ Line 3651 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_CAST' 1
681 /src/drivers/clk/clk.c @ Line 4329 coccinelle ERROR: invalid reference to the index variable of the iterator on line 4324 1
682 /src/drivers/clk/clk.c @ Line 4376 coccinelle ERROR: invalid reference to the index variable of the iterator on line 4372 1
683 /src/drivers/clk/davinci/da8xx-cfgchip.c @ Line 768 coccinelle ERROR: PTR_ERR applied after initialization to constant on line 746 1
684 /src/drivers/clk/imx/clk-lpcg-scu.c @ Line 120 coccinelle ERROR: reference preceded by free on line 115 1
685 /src/drivers/clk/imx/clk-scu.c @ Line 432 coccinelle ERROR: reference preceded by free on line 427 1
686 /src/drivers/clk/nxp/clk-lpc32xx.c @ Line 187 coccinelle WARNING: Use ARRAY_SIZE 1
687 /src/drivers/clk/ti/clkctrl.c @ Line 255 coccinelle ERROR: invalid reference to the index variable of the iterator on line 244 1
688 /src/drivers/connector/cn_proc.c @ Line 185 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->sched_info.last_queued->rt.highest_prio.next' 1
689 /src/drivers/connector/cn_proc.c @ Line 275 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->signal->group_exit_task->sched_info.last_queued->rt.highest_prio.next' 1
690 /src/drivers/connector/cn_queue.c @ Line 109 coccinelle ERROR: invalid reference to the index variable of the iterator on line 99 1
691 /src/drivers/cpufreq/intel_pstate.c @ Line 2542 smatch.check_64bit_shift warn: should '((strict) ?target_pstate:cpu->max_perf_ratio & 255) << 8' be a 64 bit type? 1
692 /src/drivers/cpufreq/pmac64-cpufreq.c @ Line 640 coccinelle ERROR: of_node_put not needed after iterator on line 501 1
693 /src/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c @ Line 30 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 29) 1
694 /src/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c @ Line 161 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 159) 1
695 /src/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c @ Line 42 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 41) 1
696 /src/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c @ Line 100 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 98) 1
697 /src/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-prng.c @ Line 52 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 51) 1
698 /src/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-prng.c @ Line 170 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 169) 1
699 /src/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-prng.c @ Line 24 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 23) 1
700 /src/drivers/crypto/amcc/crypto4xx_core.c @ Line 738 coccinelle WARNING: Comparison to bool 1
701 /src/drivers/crypto/atmel-aes.c @ Line 2439 coccinelle WARNING: Assignment of 0/1 to bool variable 1
702 /src/drivers/crypto/atmel-aes.c @ Line 2440 coccinelle WARNING: Assignment of 0/1 to bool variable 1
703 /src/drivers/crypto/atmel-aes.c @ Line 2441 coccinelle WARNING: Assignment of 0/1 to bool variable 1
704 /src/drivers/crypto/atmel-aes.c @ Line 2442 coccinelle WARNING: Assignment of 0/1 to bool variable 1
705 /src/drivers/crypto/atmel-aes.c @ Line 2443 coccinelle WARNING: Assignment of 0/1 to bool variable 1
706 /src/drivers/crypto/atmel-aes.c @ Line 2449 coccinelle WARNING: Assignment of 0/1 to bool variable 1
707 /src/drivers/crypto/atmel-aes.c @ Line 2450 coccinelle WARNING: Assignment of 0/1 to bool variable 1
708 /src/drivers/crypto/atmel-aes.c @ Line 2451 coccinelle WARNING: Assignment of 0/1 to bool variable 1
709 /src/drivers/crypto/atmel-aes.c @ Line 2452 coccinelle WARNING: Assignment of 0/1 to bool variable 1
710 /src/drivers/crypto/atmel-aes.c @ Line 2453 coccinelle WARNING: Assignment of 0/1 to bool variable 1
711 /src/drivers/crypto/atmel-aes.c @ Line 2457 coccinelle WARNING: Assignment of 0/1 to bool variable 1
712 /src/drivers/crypto/atmel-aes.c @ Line 2458 coccinelle WARNING: Assignment of 0/1 to bool variable 1
713 /src/drivers/crypto/atmel-aes.c @ Line 2459 coccinelle WARNING: Assignment of 0/1 to bool variable 1
714 /src/drivers/crypto/atmel-aes.c @ Line 2463 coccinelle WARNING: Assignment of 0/1 to bool variable 1
715 /src/drivers/crypto/atmel-aes.c @ Line 2464 coccinelle WARNING: Assignment of 0/1 to bool variable 1
716 /src/drivers/crypto/atmel-sha.c @ Line 2502 coccinelle WARNING: Assignment of 0/1 to bool variable 1
717 /src/drivers/crypto/atmel-sha.c @ Line 2503 coccinelle WARNING: Assignment of 0/1 to bool variable 1
718 /src/drivers/crypto/atmel-sha.c @ Line 2504 coccinelle WARNING: Assignment of 0/1 to bool variable 1
719 /src/drivers/crypto/atmel-sha.c @ Line 2505 coccinelle WARNING: Assignment of 0/1 to bool variable 1
720 /src/drivers/crypto/atmel-sha.c @ Line 2506 coccinelle WARNING: Assignment of 0/1 to bool variable 1
721 /src/drivers/crypto/atmel-sha.c @ Line 2507 coccinelle WARNING: Assignment of 0/1 to bool variable 1
722 /src/drivers/crypto/atmel-sha.c @ Line 2512 coccinelle WARNING: Assignment of 0/1 to bool variable 1
723 /src/drivers/crypto/atmel-sha.c @ Line 2513 coccinelle WARNING: Assignment of 0/1 to bool variable 1
724 /src/drivers/crypto/atmel-sha.c @ Line 2514 coccinelle WARNING: Assignment of 0/1 to bool variable 1
725 /src/drivers/crypto/atmel-sha.c @ Line 2515 coccinelle WARNING: Assignment of 0/1 to bool variable 1
726 /src/drivers/crypto/atmel-sha.c @ Line 2516 coccinelle WARNING: Assignment of 0/1 to bool variable 1
727 /src/drivers/crypto/atmel-sha.c @ Line 2517 coccinelle WARNING: Assignment of 0/1 to bool variable 1
728 /src/drivers/crypto/atmel-sha.c @ Line 2520 coccinelle WARNING: Assignment of 0/1 to bool variable 1
729 /src/drivers/crypto/atmel-sha.c @ Line 2521 coccinelle WARNING: Assignment of 0/1 to bool variable 1
730 /src/drivers/crypto/atmel-sha.c @ Line 2522 coccinelle WARNING: Assignment of 0/1 to bool variable 1
731 /src/drivers/crypto/atmel-sha.c @ Line 2523 coccinelle WARNING: Assignment of 0/1 to bool variable 1
732 /src/drivers/crypto/atmel-sha.c @ Line 2524 coccinelle WARNING: Assignment of 0/1 to bool variable 1
733 /src/drivers/crypto/atmel-sha.c @ Line 2527 coccinelle WARNING: Assignment of 0/1 to bool variable 1
734 /src/drivers/crypto/atmel-sha.c @ Line 2528 coccinelle WARNING: Assignment of 0/1 to bool variable 1
735 /src/drivers/crypto/atmel-sha.c @ Line 2529 coccinelle WARNING: Assignment of 0/1 to bool variable 1
736 /src/drivers/crypto/atmel-sha.c @ Line 2530 coccinelle WARNING: Assignment of 0/1 to bool variable 1
737 /src/drivers/crypto/atmel-sha.c @ Line 2533 coccinelle WARNING: Assignment of 0/1 to bool variable 1
738 /src/drivers/crypto/atmel-sha.c @ Line 2534 coccinelle WARNING: Assignment of 0/1 to bool variable 1
739 /src/drivers/crypto/atmel-sha.c @ Line 2535 coccinelle WARNING: Assignment of 0/1 to bool variable 1
740 /src/drivers/crypto/atmel-tdes.c @ Line 1136 coccinelle WARNING: Assignment of 0/1 to bool variable 1
741 /src/drivers/crypto/atmel-tdes.c @ Line 1142 coccinelle WARNING: Assignment of 0/1 to bool variable 1
742 /src/drivers/crypto/axis/artpec6_crypto.c @ Line 1145 coccinelle WARNING: Assignment of 0/1 to bool variable 1
743 /src/drivers/crypto/axis/artpec6_crypto.c @ Line 1100 coccinelle WARNING: Assignment of 0/1 to bool variable 1
744 /src/drivers/crypto/cavium/cpt/cptvf_main.c @ Line 236 coccinelle WARNING: casting value returned by memory allocation function to (u8 *) is useless. 1
745 /src/drivers/crypto/cavium/nitrox/nitrox_isr.c @ Line 210 coccinelle WARNING: possible condition with no effect (if == else) 1
746 /src/drivers/crypto/hisilicon/qm.c @ Line 2712 coccinelle WARNING: Comparison to bool 1
747 /src/drivers/crypto/inside-secure/safexcel.c @ Line 1170 coccinelle line 1170 is redundant because platform_get_irq() already prints an error 1
748 /src/drivers/crypto/inside-secure/safexcel_hash.c @ Line 280 coccinelle WARNING: Assignment of 0/1 to bool variable 1
749 /src/drivers/crypto/mediatek/mtk-platform.c @ Line 468 coccinelle ERROR: ring [ i ] is NULL but dereferenced. 1
750 /src/drivers/crypto/mediatek/mtk-platform.c @ Line 468 coccinelle ERROR: ring [ i ] is NULL but dereferenced. 1
751 /src/drivers/crypto/n2_core.c @ Line 1449 coccinelle ERROR: reference preceded by free on line 1445 1
752 /src/drivers/crypto/nx/nx-common-powernv.c @ Line 927 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 936. 1
753 /src/drivers/crypto/picoxcell_crypto.c @ Line 1201 coccinelle WARNING: use scnprintf or sprintf 1
754 /src/drivers/crypto/qce/sha.c @ Line 184 coccinelle WARNING: Assignment of 0/1 to bool variable 1
755 /src/drivers/crypto/qce/sha.c @ Line 186 coccinelle WARNING: Assignment of 0/1 to bool variable 1
756 /src/drivers/crypto/stm32/stm32-cryp.c @ Line 349 coccinelle WARNING: Assignment of 0/1 to bool variable 1
757 /src/drivers/crypto/stm32/stm32-cryp.c @ Line 363 coccinelle WARNING: Assignment of 0/1 to bool variable 1
758 /src/drivers/crypto/stm32/stm32-cryp.c @ Line 378 coccinelle WARNING: Assignment of 0/1 to bool variable 1
759 /src/drivers/crypto/ux500/cryp/cryp_p.h @ Line 84 coccinelle duplicated argument to & or | 1
760 /src/drivers/dax/bus.c @ Line 477 coccinelle WARNING opportunity for kobj_to_dev() 1
761 /src/drivers/dax/bus.c @ Line 1231 coccinelle WARNING opportunity for kobj_to_dev() 1
762 /src/drivers/dca/dca-core.c @ Line 208 coccinelle ERROR: invalid reference to the index variable of the iterator on line 197 1
763 /src/drivers/devfreq/devfreq.c @ Line 941 coccinelle preceding lock on line 808 1
764 /src/drivers/dma-buf/dma-resv.c @ Line 219 smatch.check_check_deref error: we previously assumed 'old' could be null (see line 196) 1
765 /src/drivers/dma-buf/dma-resv.c @ Line 276 smatch.check_no_effect warn: statement has no effect 31 1
766 /src/drivers/dma-buf/dma-resv.c @ Line 323 smatch.check_no_effect warn: statement has no effect 31 1
767 /src/drivers/dma-buf/dma-resv.c @ Line 406 smatch.check_no_effect warn: statement has no effect 31 1
768 /src/drivers/dma-buf/heaps/system_heap.c @ Line 437 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
769 /src/drivers/dma/at_xdmac.c @ Line 1593 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1581 1
770 /src/drivers/dma/at_xdmac.c @ Line 1593 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1581 1
771 /src/drivers/dma/bcm-sba-raid.c @ Line 230 coccinelle ERROR: invalid reference to the index variable of the iterator on line 210 1
772 /src/drivers/dma/dmaengine.c @ Line 826 coccinelle ERROR: PTR_ERR applied after initialization to constant on line 816 1
773 /src/drivers/dma/dw-edma/dw-edma-core.c @ Line 134 coccinelle ERROR: invalid reference to the index variable of the iterator on line 127 1
774 /src/drivers/dma/dw-edma/dw-edma-core.c @ Line 154 coccinelle ERROR: invalid reference to the index variable of the iterator on line 146 1
775 /src/drivers/dma/fsl_raid.c @ Line 184 coccinelle ERROR: invalid reference to the index variable of the iterator on line 173 1
776 /src/drivers/dma/imx-sdma.c @ Line 1852 coccinelle WARNING: Assignment of 0/1 to bool variable 1
777 /src/drivers/dma/k3dma.c @ Line 613 coccinelle WARNING: Assignment of 0/1 to bool variable 1
778 /src/drivers/dma/k3dma.c @ Line 507 coccinelle WARNING: Assignment of 0/1 to bool variable 1
779 /src/drivers/dma/k3dma.c @ Line 545 coccinelle WARNING: Assignment of 0/1 to bool variable 1
780 /src/drivers/dma/mcf-edma.c @ Line 204 coccinelle WARNING: Assignment of 0/1 to bool variable 1
781 /src/drivers/dma/moxart-dma.c @ Line 355 coccinelle WARNING: Assignment of 0/1 to bool variable 1
782 /src/drivers/dma/moxart-dma.c @ Line 556 coccinelle WARNING: Assignment of 0/1 to bool variable 1
783 /src/drivers/dma/moxart-dma.c @ Line 368 coccinelle WARNING: Assignment of 0/1 to bool variable 1
784 /src/drivers/dma/moxart-dma.c @ Line 327 coccinelle WARNING: Assignment of 0/1 to bool variable 1
785 /src/drivers/dma/moxart-dma.c @ Line 601 coccinelle WARNING: Assignment of 0/1 to bool variable 1
786 /src/drivers/dma/nbpfaxi.c @ Line 1154 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1127 1
787 /src/drivers/dma/nbpfaxi.c @ Line 661 coccinelle ERROR: invalid reference to the index variable of the iterator on line 647 1
788 /src/drivers/dma/nbpfaxi.c @ Line 661 coccinelle ERROR: invalid reference to the index variable of the iterator on line 654 1
789 /src/drivers/dma/pl330.c @ Line 1517 coccinelle WARNING: Assignment of 0/1 to bool variable 1
790 /src/drivers/dma/pl330.c @ Line 1519 coccinelle WARNING: Assignment of 0/1 to bool variable 1
791 /src/drivers/dma/ppc4xx/adma.c @ Line 3048 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3035 1
792 /src/drivers/dma/ppc4xx/adma.c @ Line 3060 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3035 1
793 /src/drivers/dma/ppc4xx/adma.c @ Line 3071 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3035 1
794 /src/drivers/dma/ppc4xx/adma.c @ Line 1436 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1432 1
795 /src/drivers/dma/qcom/gpi.c @ Line 2210 coccinelle line 2210 is redundant because platform_get_irq() already prints an error 1
796 /src/drivers/dma/qcom/hidma_ll.c @ Line 796 coccinelle WARNING: Assignment of 0/1 to bool variable 1
797 /src/drivers/dma/qcom/hidma_ll.c @ Line 539 coccinelle WARNING: Assignment of 0/1 to bool variable 1
798 /src/drivers/dma/qcom/hidma_ll.c @ Line 160 coccinelle WARNING: Assignment of 0/1 to bool variable 1
799 /src/drivers/dma/qcom/hidma_ll.c @ Line 813 coccinelle WARNING: Assignment of 0/1 to bool variable 1
800 /src/drivers/dma/qcom/hidma_ll.c @ Line 223 coccinelle WARNING: Assignment of 0/1 to bool variable 1
801 /src/drivers/dma/s3c24xx-dma.c @ Line 906 coccinelle WARNING: Assignment of 0/1 to bool variable 1
802 /src/drivers/dma/sf-pdma/sf-pdma.c @ Line 392 coccinelle line 392 is redundant because platform_get_irq() already prints an error 1
803 /src/drivers/dma/sf-pdma/sf-pdma.c @ Line 407 coccinelle line 407 is redundant because platform_get_irq() already prints an error 1
804 /src/drivers/dma/sh/shdma-base.c @ Line 864 coccinelle ERROR: iterator variable bound on line 860 cannot be NULL 1
805 /src/drivers/dma/sh/shdmac.c @ Line 502 coccinelle WARNING: Comparison to bool 1
806 /src/drivers/dma/sirf-dma.c @ Line 794 coccinelle WARNING: Assignment of 0/1 to bool variable 1
807 /src/drivers/dma/sirf-dma.c @ Line 727 coccinelle WARNING: Assignment of 0/1 to bool variable 1
808 /src/drivers/dma/sprd-dma.c @ Line 618 coccinelle WARNING: Comparison to bool 1
809 /src/drivers/dma/sprd-dma.c @ Line 624 coccinelle WARNING: Comparison to bool 1
810 /src/drivers/dma/xilinx/xilinx_dpdma.c @ Line 1620 coccinelle line 1620 is redundant because platform_get_irq() already prints an error 1
811 /src/drivers/edac/altera_edac.c @ Line 2104 coccinelle line 2104 is redundant because platform_get_irq() already prints an error 1
812 /src/drivers/edac/altera_edac.c @ Line 2139 coccinelle line 2139 is redundant because platform_get_irq() already prints an error 1
813 /src/drivers/edac/cell_edac.c @ Line 165 coccinelle ERROR: of_node_put not needed after iterator on line 137 1
814 /src/drivers/edac/edac_mc_sysfs.c @ Line 210 coccinelle WARNING: use scnprintf or sprintf 1
815 /src/drivers/edac/edac_mc_sysfs.c @ Line 494 coccinelle WARNING: use scnprintf or sprintf 1
816 /src/drivers/edac/xgene_edac.c @ Line 1921 coccinelle line 1921 is redundant because platform_get_irq() already prints an error 1
817 /src/drivers/firewire/core-device.c @ Line 375 coccinelle WARNING: use scnprintf or sprintf 1
818 /src/drivers/firewire/sbp2.c @ Line 55 coccinelle WARNING: Assignment of 0/1 to bool variable 1
819 /src/drivers/firmware/edd.c @ Line 698 coccinelle WARNING !A || A && B is equivalent to !A || B 1
820 /src/drivers/firmware/efi/efi.c @ Line 930 smatch.check_check_deref error: we previously assumed 'efi_memreserve_root' could be null (see line 923) 1
821 /src/drivers/firmware/efi/libstub/efi-stub-helper.c @ Line 625 smatch.check_check_deref error: we previously assumed 'image' could be null (see line 618) 1
822 /src/drivers/firmware/efi/vars.c @ Line 957 coccinelle WARNING: Comparison to bool 1
823 /src/drivers/firmware/imx/imx-scu-soc.c @ Line 134 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
824 /src/drivers/firmware/qcom_scm.c @ Line 324 coccinelle WARNING !A || A && B is equivalent to !A || B 1
825 /src/drivers/firmware/stratix10-svc.c @ Line 953 coccinelle ERROR: invalid reference to the index variable of the iterator on line 946 1
826 /src/drivers/firmware/tegra/bpmp-debugfs.c @ Line 335 coccinelle WARNING opportunity for memdup_user 1
827 /src/drivers/firmware/tegra/bpmp-tegra210.c @ Line 206 coccinelle line 206 is redundant because platform_get_irq() already prints an error 1
828 /src/drivers/firmware/tegra/bpmp-tegra210.c @ Line 218 coccinelle line 218 is redundant because platform_get_irq() already prints an error 1
829 /src/drivers/fsi/fsi-master-aspeed.c @ Line 363 coccinelle WARNING: invalid free of devm_ allocated data 1
830 /src/drivers/fsi/fsi-master-ast-cf.c @ Line 1086 coccinelle WARNING: use scnprintf or sprintf 1
831 /src/drivers/fsi/fsi-master-gpio.c @ Line 721 coccinelle WARNING: use scnprintf or sprintf 1
832 /src/drivers/gpio/gpio-pca953x.c @ Line 829 coccinelle WARNING: Assignment of 0/1 to bool variable 1
833 /src/drivers/gpio/gpio-pca953x.c @ Line 840 coccinelle WARNING: Assignment of 0/1 to bool variable 1
834 /src/drivers/gpio/gpiolib-cdev.c @ Line 2303 coccinelle WARNING: gpio_fileops: .read() has stream semantic; safe to change nonseekable_open -> stream_open. 1
835 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c @ Line 1950 coccinelle WARNING: use scnprintf or sprintf 1
836 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c @ Line 102 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
837 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c @ Line 300 coccinelle preceding lock on line 251 1
838 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c @ Line 300 coccinelle preceding lock on line 255 1
839 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c @ Line 300 coccinelle preceding lock on line 260 1
840 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @ Line 2125 coccinelle WARNING: Comparison to bool 1
841 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c @ Line 52 coccinelle WARNING: use scnprintf or sprintf 1
842 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c @ Line 71 coccinelle WARNING: use scnprintf or sprintf 1
843 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c @ Line 2719 coccinelle WARNING: use scnprintf or sprintf 1
844 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c @ Line 434 coccinelle WARNING: use scnprintf or sprintf 1
845 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @ Line 3123 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3102 1
846 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c @ Line 72 coccinelle WARNING: use scnprintf or sprintf 1
847 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c @ Line 109 coccinelle WARNING: use scnprintf or sprintf 1
848 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c @ Line 55 coccinelle WARNING: use scnprintf or sprintf 1
849 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c @ Line 90 coccinelle WARNING: use scnprintf or sprintf 1
850 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c @ Line 122 coccinelle WARNING: use scnprintf or sprintf 1
851 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c @ Line 220 coccinelle WARNING: use scnprintf or sprintf 1
852 /src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c @ Line 249 coccinelle WARNING: use scnprintf or sprintf 1
853 /src/drivers/gpu/drm/amd/amdgpu/athub_v2_1.c @ Line 79 coccinelle WARNING: conversion to bool not needed here 1
854 /src/drivers/gpu/drm/amd/amdgpu/athub_v2_1.c @ Line 81 coccinelle WARNING: conversion to bool not needed here 1
855 /src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c @ Line 208 coccinelle WARNING: use scnprintf or sprintf 1
856 /src/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c @ Line 548 coccinelle WARNING: conversion to bool not needed here 1
857 /src/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c @ Line 550 coccinelle WARNING: conversion to bool not needed here 1
858 /src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c @ Line 2253 coccinelle WARNING: conversion to bool not needed here 1
859 /src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c @ Line 1591 coccinelle WARNING: conversion to bool not needed here 1
860 /src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c @ Line 1593 coccinelle WARNING: conversion to bool not needed here 1
861 /src/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @ Line 8260 coccinelle WARNING: conversion to bool not needed here 1
862 /src/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @ Line 9321 coccinelle WARNING: Comparison to bool 1
863 /src/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @ Line 9662 coccinelle WARNING: Comparison to bool 1
864 /src/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c @ Line 266 coccinelle WARNING: Comparison to bool 1
865 /src/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c @ Line 329 coccinelle WARNING: Comparison to bool 1
866 /src/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c @ Line 178 coccinelle WARNING: Comparison to bool 1
867 /src/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c @ Line 1930 coccinelle WARNING: Comparison to bool 1
868 /src/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c @ Line 1936 coccinelle WARNING: Comparison to bool 1
869 /src/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c @ Line 401 coccinelle WARNING: Comparison to bool 1
870 /src/drivers/gpu/drm/amd/display/dc/bios/command_table.c @ Line 1267 coccinelle WARNING: Comparison to bool 1
871 /src/drivers/gpu/drm/amd/display/dc/bios/command_table.c @ Line 1318 coccinelle WARNING: Comparison to bool 1
872 /src/drivers/gpu/drm/amd/display/dc/bios/command_table.c @ Line 1388 coccinelle WARNING: Comparison to bool 1
873 /src/drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c @ Line 600 coccinelle WARNING: Comparison of 0/1 to bool variable 1
874 /src/drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c @ Line 600 coccinelle WARNING: Comparison of 0/1 to bool variable 1
875 /src/drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c @ Line 865 coccinelle WARNING: Comparison of 0/1 to bool variable 1
876 /src/drivers/gpu/drm/amd/display/dc/core/dc.c @ Line 1543 coccinelle WARNING: Comparison to bool 1
877 /src/drivers/gpu/drm/amd/display/dc/core/dc.c @ Line 1496 coccinelle WARNING: Comparison to bool 1
878 /src/drivers/gpu/drm/amd/display/dc/core/dc.c @ Line 971 coccinelle WARNING: Comparison to bool 1
879 /src/drivers/gpu/drm/amd/display/dc/core/dc.c @ Line 976 coccinelle WARNING: Comparison to bool 1
880 /src/drivers/gpu/drm/amd/display/dc/core/dc_link.c @ Line 3589 coccinelle WARNING: Comparison to bool 1
881 /src/drivers/gpu/drm/amd/display/dc/core/dc_link.c @ Line 1831 coccinelle WARNING: Comparison to bool 1
882 /src/drivers/gpu/drm/amd/display/dc/core/dc_link.c @ Line 1603 coccinelle WARNING: Comparison to bool 1
883 /src/drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c @ Line 544 coccinelle WARNING: conversion to bool not needed here 1
884 /src/drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c @ Line 453 coccinelle WARNING: Comparison to bool 1
885 /src/drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c @ Line 476 coccinelle WARNING: Comparison to bool 1
886 /src/drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c @ Line 627 coccinelle WARNING: Comparison to bool 1
887 /src/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c @ Line 1822 coccinelle WARNING: Comparison to bool 1
888 /src/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c @ Line 1154 coccinelle WARNING: Comparison to bool 1
889 /src/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c @ Line 1714 coccinelle WARNING: Comparison to bool 1
890 /src/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c @ Line 1722 coccinelle WARNING: Comparison to bool 1
891 /src/drivers/gpu/drm/amd/display/dc/core/dc_sink.c @ Line 94 coccinelle WARNING: Comparison to bool 1
892 /src/drivers/gpu/drm/amd/display/dc/core/dc_stream.c @ Line 174 coccinelle WARNING: Comparison to bool 1
893 /src/drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c @ Line 149 coccinelle WARNING: Comparison to bool 1
894 /src/drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c @ Line 576 coccinelle WARNING: Comparison to bool 1
895 /src/drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c @ Line 270 coccinelle WARNING: conversion to bool not needed here 1
896 /src/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c @ Line 787 coccinelle WARNING: Comparison to bool 1
897 /src/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c @ Line 2346 coccinelle WARNING: Comparison to bool 1
898 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c @ Line 214 coccinelle WARNING: Comparison to bool 1
899 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c @ Line 255 coccinelle WARNING: Comparison to bool 1
900 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c @ Line 485 coccinelle WARNING: Comparison to bool 1
901 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c @ Line 359 coccinelle WARNING: Comparison to bool 1
902 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c @ Line 324 coccinelle WARNING: Comparison to bool 1
903 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c @ Line 580 coccinelle WARNING: Comparison to bool 1
904 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c @ Line 670 coccinelle WARNING: Comparison to bool 1
905 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c @ Line 695 coccinelle WARNING: Comparison to bool 1
906 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c @ Line 3130 coccinelle WARNING: conversion to bool not needed here 1
907 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c @ Line 742 coccinelle WARNING: Comparison to bool 1
908 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c @ Line 3090 coccinelle WARNING: Comparison to bool 1
909 /src/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c @ Line 1840 coccinelle WARNING: Comparison to bool 1
910 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.c @ Line 81 coccinelle WARNING: Comparison to bool 1
911 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.c @ Line 84 coccinelle WARNING: Comparison to bool 1
912 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.c @ Line 87 coccinelle WARNING: Comparison to bool 1
913 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 485 coccinelle WARNING: conversion to bool not needed here 1
914 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 896 coccinelle WARNING: conversion to bool not needed here 1
915 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 330 coccinelle WARNING: Comparison to bool 1
916 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 569 coccinelle WARNING: Comparison to bool 1
917 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 317 coccinelle WARNING: Comparison to bool 1
918 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 989 coccinelle WARNING: Comparison to bool 1
919 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 976 coccinelle WARNING: Comparison to bool 1
920 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 97 coccinelle WARNING: Comparison to bool 1
921 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c @ Line 125 coccinelle WARNING: Comparison to bool 1
922 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c @ Line 911 coccinelle WARNING: Comparison to bool 1
923 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c @ Line 1485 coccinelle WARNING: Comparison to bool 1
924 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.c @ Line 292 coccinelle WARNING: Comparison to bool 1
925 /src/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.c @ Line 280 coccinelle WARNING: Comparison to bool 1
926 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c @ Line 512 coccinelle WARNING: Comparison to bool 1
927 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c @ Line 572 coccinelle WARNING: Comparison to bool 1
928 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c @ Line 276 coccinelle WARNING: Comparison to bool 1
929 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c @ Line 721 coccinelle WARNING: conversion to bool not needed here 1
930 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c @ Line 1139 coccinelle WARNING: conversion to bool not needed here 1
931 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c @ Line 547 coccinelle WARNING: Comparison to bool 1
932 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c @ Line 806 coccinelle WARNING: Comparison to bool 1
933 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c @ Line 509 coccinelle WARNING: Comparison to bool 1
934 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c @ Line 1233 coccinelle WARNING: Comparison to bool 1
935 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c @ Line 1220 coccinelle WARNING: Comparison to bool 1
936 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c @ Line 250 coccinelle WARNING: conversion to bool not needed here 1
937 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c @ Line 305 coccinelle WARNING: conversion to bool not needed here 1
938 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c @ Line 219 coccinelle WARNING: Comparison to bool 1
939 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c @ Line 145 coccinelle WARNING: Comparison to bool 1
940 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dwb_cm.c @ Line 220 coccinelle WARNING: conversion to bool not needed here 1
941 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dwb_cm.c @ Line 178 coccinelle WARNING: Comparison to bool 1
942 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c @ Line 84 coccinelle WARNING: Comparison of 0/1 to bool variable 1
943 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c @ Line 198 coccinelle WARNING: Comparison to bool 1
944 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 875 coccinelle WARNING: conversion to bool not needed here 1
945 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 358 coccinelle WARNING: conversion to bool not needed here 1
946 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 166 coccinelle WARNING: Comparison to bool 1
947 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 470 coccinelle WARNING: Comparison to bool 1
948 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 148 coccinelle WARNING: Comparison to bool 1
949 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 154 coccinelle WARNING: Comparison to bool 1
950 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 819 coccinelle WARNING: Comparison to bool 1
951 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 831 coccinelle WARNING: Comparison to bool 1
952 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 841 coccinelle WARNING: Comparison to bool 1
953 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 844 coccinelle WARNING: Comparison to bool 1
954 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 968 coccinelle WARNING: Comparison to bool 1
955 /src/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c @ Line 910 coccinelle WARNING: Comparison to bool 1
956 /src/drivers/gpu/drm/amd/display/dc/dcn302/dcn302_resource.c @ Line 1357 coccinelle WARNING: possible condition with no effect (if == else) 1
957 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 3056 coccinelle WARNING: Comparison to bool 1
958 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 3066 coccinelle WARNING: Comparison to bool 1
959 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 3119 coccinelle WARNING: Comparison to bool 1
960 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 3141 coccinelle WARNING: Comparison to bool 1
961 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 3141 coccinelle WARNING: Comparison to bool 1
962 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 3156 coccinelle WARNING: Comparison to bool 1
963 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 605 coccinelle WARNING: Comparison to bool 1
964 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 618 coccinelle WARNING: Comparison to bool 1
965 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 618 coccinelle WARNING: Comparison to bool 1
966 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 680 coccinelle WARNING: Comparison to bool 1
967 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 680 coccinelle WARNING: Comparison to bool 1
968 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 898 coccinelle WARNING: Comparison to bool 1
969 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 925 coccinelle WARNING: Comparison to bool 1
970 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 960 coccinelle WARNING: Comparison to bool 1
971 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 1001 coccinelle WARNING: Comparison to bool 1
972 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 1346 coccinelle WARNING: Comparison to bool 1
973 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20.c @ Line 2862 coccinelle WARNING: Comparison to bool 1
974 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 3128 coccinelle WARNING: Comparison to bool 1
975 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 3138 coccinelle WARNING: Comparison to bool 1
976 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 3191 coccinelle WARNING: Comparison to bool 1
977 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 3213 coccinelle WARNING: Comparison to bool 1
978 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 3213 coccinelle WARNING: Comparison to bool 1
979 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 3228 coccinelle WARNING: Comparison to bool 1
980 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 665 coccinelle WARNING: Comparison to bool 1
981 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 678 coccinelle WARNING: Comparison to bool 1
982 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 678 coccinelle WARNING: Comparison to bool 1
983 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 740 coccinelle WARNING: Comparison to bool 1
984 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 740 coccinelle WARNING: Comparison to bool 1
985 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 958 coccinelle WARNING: Comparison to bool 1
986 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 985 coccinelle WARNING: Comparison to bool 1
987 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 1020 coccinelle WARNING: Comparison to bool 1
988 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 1061 coccinelle WARNING: Comparison to bool 1
989 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 1406 coccinelle WARNING: Comparison to bool 1
990 /src/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_mode_vba_20v2.c @ Line 2934 coccinelle WARNING: Comparison to bool 1
991 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3136 coccinelle WARNING: Comparison to bool 1
992 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3146 coccinelle WARNING: Comparison to bool 1
993 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1095 coccinelle WARNING: Comparison to bool 1
994 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1096 coccinelle WARNING: Comparison to bool 1
995 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3195 coccinelle WARNING: Comparison to bool 1
996 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3195 coccinelle WARNING: Comparison to bool 1
997 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3208 coccinelle WARNING: Comparison to bool 1
998 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3218 coccinelle WARNING: Comparison to bool 1
999 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3218 coccinelle WARNING: Comparison to bool 1
1000 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3228 coccinelle WARNING: Comparison to bool 1
1001 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3228 coccinelle WARNING: Comparison to bool 1
1002 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3232 coccinelle WARNING: Comparison to bool 1
1003 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3232 coccinelle WARNING: Comparison to bool 1
1004 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3244 coccinelle WARNING: Comparison to bool 1
1005 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3244 coccinelle WARNING: Comparison to bool 1
1006 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3246 coccinelle WARNING: Comparison to bool 1
1007 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3246 coccinelle WARNING: Comparison to bool 1
1008 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5889 coccinelle WARNING: Comparison to bool 1
1009 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5900 coccinelle WARNING: Comparison to bool 1
1010 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5908 coccinelle WARNING: Comparison to bool 1
1011 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5940 coccinelle WARNING: Comparison to bool 1
1012 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5999 coccinelle WARNING: Comparison to bool 1
1013 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5999 coccinelle WARNING: Comparison to bool 1
1014 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 6000 coccinelle WARNING: Comparison to bool 1
1015 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 6034 coccinelle WARNING: Comparison to bool 1
1016 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 717 coccinelle WARNING: Comparison to bool 1
1017 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 717 coccinelle WARNING: Comparison to bool 1
1018 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 818 coccinelle WARNING: Comparison to bool 1
1019 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 825 coccinelle WARNING: Comparison to bool 1
1020 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 825 coccinelle WARNING: Comparison to bool 1
1021 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 918 coccinelle WARNING: Comparison to bool 1
1022 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 918 coccinelle WARNING: Comparison to bool 1
1023 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1299 coccinelle WARNING: Comparison to bool 1
1024 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1326 coccinelle WARNING: Comparison to bool 1
1025 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1361 coccinelle WARNING: Comparison to bool 1
1026 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1376 coccinelle WARNING: Comparison to bool 1
1027 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1380 coccinelle WARNING: Comparison to bool 1
1028 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1441 coccinelle WARNING: Comparison to bool 1
1029 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1445 coccinelle WARNING: Comparison to bool 1
1030 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1448 coccinelle WARNING: Comparison to bool 1
1031 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5308 coccinelle WARNING: Comparison to bool 1
1032 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5325 coccinelle WARNING: Comparison to bool 1
1033 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5422 coccinelle WARNING: Comparison to bool 1
1034 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5482 coccinelle WARNING: Comparison to bool 1
1035 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 1694 coccinelle WARNING: Comparison to bool 1
1036 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2038 coccinelle WARNING: Comparison to bool 1
1037 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2055 coccinelle WARNING: Comparison to bool 1
1038 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2108 coccinelle WARNING: Comparison to bool 1
1039 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2273 coccinelle WARNING: Comparison to bool 1
1040 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2312 coccinelle WARNING: Comparison to bool 1
1041 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2386 coccinelle WARNING: Comparison to bool 1
1042 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2604 coccinelle WARNING: Comparison to bool 1
1043 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2771 coccinelle WARNING: Comparison to bool 1
1044 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 2954 coccinelle WARNING: Comparison to bool 1
1045 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3406 coccinelle WARNING: Comparison to bool 1
1046 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3466 coccinelle WARNING: Comparison to bool 1
1047 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3468 coccinelle WARNING: Comparison to bool 1
1048 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3470 coccinelle WARNING: Comparison to bool 1
1049 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3517 coccinelle WARNING: Comparison to bool 1
1050 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3524 coccinelle WARNING: Comparison to bool 1
1051 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3531 coccinelle WARNING: Comparison to bool 1
1052 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3543 coccinelle WARNING: Comparison to bool 1
1053 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3554 coccinelle WARNING: Comparison to bool 1
1054 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3566 coccinelle WARNING: Comparison to bool 1
1055 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3607 coccinelle WARNING: Comparison to bool 1
1056 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3620 coccinelle WARNING: Comparison to bool 1
1057 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3621 coccinelle WARNING: Comparison to bool 1
1058 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3630 coccinelle WARNING: Comparison to bool 1
1059 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3631 coccinelle WARNING: Comparison to bool 1
1060 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 3719 coccinelle WARNING: Comparison to bool 1
1061 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4172 coccinelle WARNING: Comparison to bool 1
1062 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4203 coccinelle WARNING: Comparison to bool 1
1063 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4236 coccinelle WARNING: Comparison to bool 1
1064 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4262 coccinelle WARNING: Comparison to bool 1
1065 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4263 coccinelle WARNING: Comparison to bool 1
1066 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4281 coccinelle WARNING: Comparison to bool 1
1067 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4304 coccinelle WARNING: Comparison to bool 1
1068 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4325 coccinelle WARNING: Comparison to bool 1
1069 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4346 coccinelle WARNING: Comparison to bool 1
1070 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4379 coccinelle WARNING: Comparison to bool 1
1071 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4391 coccinelle WARNING: Comparison to bool 1
1072 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4617 coccinelle WARNING: Comparison to bool 1
1073 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4633 coccinelle WARNING: Comparison to bool 1
1074 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4678 coccinelle WARNING: Comparison to bool 1
1075 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4826 coccinelle WARNING: Comparison to bool 1
1076 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4864 coccinelle WARNING: Comparison to bool 1
1077 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4872 coccinelle WARNING: Comparison to bool 1
1078 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4883 coccinelle WARNING: Comparison to bool 1
1079 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4889 coccinelle WARNING: Comparison to bool 1
1080 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4889 coccinelle WARNING: Comparison to bool 1
1081 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4893 coccinelle WARNING: Comparison to bool 1
1082 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4893 coccinelle WARNING: Comparison to bool 1
1083 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4959 coccinelle WARNING: Comparison to bool 1
1084 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5060 coccinelle WARNING: Comparison to bool 1
1085 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5061 coccinelle WARNING: Comparison to bool 1
1086 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5073 coccinelle WARNING: Comparison to bool 1
1087 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5089 coccinelle WARNING: Comparison to bool 1
1088 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5124 coccinelle WARNING: Comparison to bool 1
1089 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5126 coccinelle WARNING: Comparison to bool 1
1090 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5128 coccinelle WARNING: Comparison to bool 1
1091 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5130 coccinelle WARNING: Comparison to bool 1
1092 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5132 coccinelle WARNING: Comparison to bool 1
1093 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5134 coccinelle WARNING: Comparison to bool 1
1094 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5136 coccinelle WARNING: Comparison to bool 1
1095 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5138 coccinelle WARNING: Comparison to bool 1
1096 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5140 coccinelle WARNING: Comparison to bool 1
1097 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5142 coccinelle WARNING: Comparison to bool 1
1098 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5144 coccinelle WARNING: Comparison to bool 1
1099 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5146 coccinelle WARNING: Comparison to bool 1
1100 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5148 coccinelle WARNING: Comparison to bool 1
1101 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5150 coccinelle WARNING: Comparison to bool 1
1102 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5152 coccinelle WARNING: Comparison to bool 1
1103 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5154 coccinelle WARNING: Comparison to bool 1
1104 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5156 coccinelle WARNING: Comparison to bool 1
1105 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5158 coccinelle WARNING: Comparison to bool 1
1106 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5160 coccinelle WARNING: Comparison to bool 1
1107 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5161 coccinelle WARNING: Comparison to bool 1
1108 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5163 coccinelle WARNING: Comparison to bool 1
1109 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5165 coccinelle WARNING: Comparison to bool 1
1110 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5181 coccinelle WARNING: Comparison to bool 1
1111 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5181 coccinelle WARNING: Comparison to bool 1
1112 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5183 coccinelle WARNING: Comparison to bool 1
1113 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 5183 coccinelle WARNING: Comparison to bool 1
1114 /src/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_mode_vba_21.c @ Line 4324 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1115 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1586 coccinelle WARNING: Comparison to bool 1
1116 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1664 coccinelle WARNING: Comparison to bool 1
1117 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1670 coccinelle WARNING: Comparison to bool 1
1118 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3392 coccinelle WARNING: Comparison to bool 1
1119 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6635 coccinelle WARNING: Comparison to bool 1
1120 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6635 coccinelle WARNING: Comparison to bool 1
1121 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6651 coccinelle WARNING: Comparison to bool 1
1122 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3474 coccinelle WARNING: Comparison to bool 1
1123 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3474 coccinelle WARNING: Comparison to bool 1
1124 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3482 coccinelle WARNING: Comparison to bool 1
1125 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3482 coccinelle WARNING: Comparison to bool 1
1126 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3486 coccinelle WARNING: Comparison to bool 1
1127 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3494 coccinelle WARNING: Comparison to bool 1
1128 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3494 coccinelle WARNING: Comparison to bool 1
1129 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3503 coccinelle WARNING: Comparison to bool 1
1130 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3506 coccinelle WARNING: Comparison to bool 1
1131 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3506 coccinelle WARNING: Comparison to bool 1
1132 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3514 coccinelle WARNING: Comparison to bool 1
1133 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3514 coccinelle WARNING: Comparison to bool 1
1134 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3516 coccinelle WARNING: Comparison to bool 1
1135 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3516 coccinelle WARNING: Comparison to bool 1
1136 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3523 coccinelle WARNING: Comparison to bool 1
1137 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3523 coccinelle WARNING: Comparison to bool 1
1138 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3525 coccinelle WARNING: Comparison to bool 1
1139 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3525 coccinelle WARNING: Comparison to bool 1
1140 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5921 coccinelle WARNING: Comparison to bool 1
1141 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5973 coccinelle WARNING: Comparison to bool 1
1142 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 976 coccinelle WARNING: Comparison to bool 1
1143 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 976 coccinelle WARNING: Comparison to bool 1
1144 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1005 coccinelle WARNING: Comparison to bool 1
1145 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1005 coccinelle WARNING: Comparison to bool 1
1146 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1011 coccinelle WARNING: Comparison to bool 1
1147 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1026 coccinelle WARNING: Comparison to bool 1
1148 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1026 coccinelle WARNING: Comparison to bool 1
1149 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1026 coccinelle WARNING: Comparison to bool 1
1150 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1079 coccinelle WARNING: Comparison to bool 1
1151 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1086 coccinelle WARNING: Comparison to bool 1
1152 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1222 coccinelle WARNING: Comparison to bool 1
1153 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1228 coccinelle WARNING: Comparison to bool 1
1154 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3415 coccinelle WARNING: Comparison to bool 1
1155 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3425 coccinelle WARNING: Comparison to bool 1
1156 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6206 coccinelle WARNING: Comparison to bool 1
1157 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6241 coccinelle WARNING: Comparison to bool 1
1158 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6253 coccinelle WARNING: Comparison to bool 1
1159 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6259 coccinelle WARNING: Comparison to bool 1
1160 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6539 coccinelle WARNING: Comparison to bool 1
1161 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6672 coccinelle WARNING: Comparison to bool 1
1162 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1773 coccinelle WARNING: Comparison to bool 1
1163 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1773 coccinelle WARNING: Comparison to bool 1
1164 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1798 coccinelle WARNING: Comparison to bool 1
1165 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1806 coccinelle WARNING: Comparison to bool 1
1166 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1821 coccinelle WARNING: Comparison to bool 1
1167 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1836 coccinelle WARNING: Comparison to bool 1
1168 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1889 coccinelle WARNING: Comparison to bool 1
1169 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1895 coccinelle WARNING: Comparison to bool 1
1170 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1899 coccinelle WARNING: Comparison to bool 1
1171 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 1902 coccinelle WARNING: Comparison to bool 1
1172 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6036 coccinelle WARNING: Comparison to bool 1
1173 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6036 coccinelle WARNING: Comparison to bool 1
1174 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6037 coccinelle WARNING: Comparison to bool 1
1175 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6069 coccinelle WARNING: Comparison to bool 1
1176 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5447 coccinelle WARNING: Comparison to bool 1
1177 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5458 coccinelle WARNING: Comparison to bool 1
1178 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5514 coccinelle WARNING: Comparison to bool 1
1179 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3631 coccinelle WARNING: Comparison to bool 1
1180 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6745 coccinelle WARNING: Comparison to bool 1
1181 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6747 coccinelle WARNING: Comparison to bool 1
1182 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6777 coccinelle WARNING: Comparison to bool 1
1183 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6800 coccinelle WARNING: Comparison to bool 1
1184 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6800 coccinelle WARNING: Comparison to bool 1
1185 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6800 coccinelle WARNING: Comparison to bool 1
1186 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6801 coccinelle WARNING: Comparison to bool 1
1187 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6803 coccinelle WARNING: Comparison to bool 1
1188 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6810 coccinelle WARNING: Comparison to bool 1
1189 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6817 coccinelle WARNING: Comparison to bool 1
1190 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6854 coccinelle WARNING: Comparison to bool 1
1191 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 6854 coccinelle WARNING: Comparison to bool 1
1192 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5325 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1193 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5325 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1194 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5327 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1195 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5675 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1196 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5682 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1197 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5696 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1198 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 5710 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1199 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 2246 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1200 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 2247 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1201 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c @ Line 3160 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1202 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 1009 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1203 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 1010 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1204 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 1024 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1205 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 1159 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1206 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 736 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1207 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 168 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1208 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 169 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1209 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 194 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1210 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 195 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1211 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 199 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1212 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 200 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1213 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 204 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1214 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 205 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1215 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 212 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1216 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 216 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1217 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 217 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1218 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 224 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1219 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 35 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1220 /src/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.c @ Line 38 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1221 /src/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c @ Line 803 coccinelle WARNING: Comparison to bool 1
1222 /src/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c @ Line 802 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1223 /src/drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c @ Line 322 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1224 /src/drivers/gpu/drm/amd/display/dc/dsc/rc_calc.c @ Line 76 coccinelle WARNING comparing pointer to 0 1
1225 /src/drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h @ Line 312 coccinelle WARNING: Comparison to bool 1
1226 /src/drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h @ Line 314 coccinelle WARNING: Comparison to bool 1
1227 /src/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c @ Line 492 coccinelle WARNING: Comparison to bool 1
1228 /src/drivers/gpu/drm/amd/display/include/logger_interface.h @ Line 71 coccinelle WARNING: Comparison to bool 1
1229 /src/drivers/gpu/drm/amd/display/modules/color/color_gamma.c @ Line 2115 coccinelle WARNING: Comparison to bool 1
1230 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 1787 coccinelle WARNING: use scnprintf or sprintf 1
1231 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 1825 coccinelle WARNING: use scnprintf or sprintf 1
1232 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 1869 coccinelle WARNING: use scnprintf or sprintf 1
1233 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 293 coccinelle WARNING: use scnprintf or sprintf 1
1234 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 153 coccinelle WARNING: use scnprintf or sprintf 1
1235 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 495 coccinelle WARNING: use scnprintf or sprintf 1
1236 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 511 coccinelle WARNING: use scnprintf or sprintf 1
1237 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 1588 coccinelle WARNING: use scnprintf or sprintf 1
1238 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 1515 coccinelle WARNING: use scnprintf or sprintf 1
1239 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 1921 coccinelle WARNING: use scnprintf or sprintf 1
1240 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 1894 coccinelle WARNING: use scnprintf or sprintf 1
1241 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2606 coccinelle WARNING: use scnprintf or sprintf 1
1242 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2576 coccinelle WARNING: use scnprintf or sprintf 1
1243 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2280 coccinelle WARNING: use scnprintf or sprintf 1
1244 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 3072 coccinelle WARNING: use scnprintf or sprintf 1
1245 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 3079 coccinelle WARNING: use scnprintf or sprintf 1
1246 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2296 coccinelle WARNING: use scnprintf or sprintf 1
1247 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2885 coccinelle WARNING: use scnprintf or sprintf 1
1248 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 3035 coccinelle WARNING: use scnprintf or sprintf 1
1249 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 3042 coccinelle WARNING: use scnprintf or sprintf 1
1250 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2248 coccinelle WARNING: use scnprintf or sprintf 1
1251 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2334 coccinelle WARNING: use scnprintf or sprintf 1
1252 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2308 coccinelle WARNING: use scnprintf or sprintf 1
1253 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2264 coccinelle WARNING: use scnprintf or sprintf 1
1254 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2803 coccinelle WARNING: use scnprintf or sprintf 1
1255 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2810 coccinelle WARNING: use scnprintf or sprintf 1
1256 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2844 coccinelle WARNING: use scnprintf or sprintf 1
1257 /src/drivers/gpu/drm/amd/pm/amdgpu_pm.c @ Line 2851 coccinelle WARNING: use scnprintf or sprintf 1
1258 /src/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c @ Line 4262 coccinelle WARNING: Comparison to bool 1
1259 /src/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c @ Line 2899 coccinelle WARNING: Comparison to bool 1
1260 /src/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c @ Line 2842 coccinelle WARNING: Comparison to bool 1
1261 /src/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.c @ Line 688 coccinelle ERROR: reference preceded by free on line 682 1
1262 /src/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c @ Line 1699 coccinelle WARNING: Comparison to bool 1
1263 /src/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c @ Line 2726 coccinelle WARNING: Comparison to bool 1
1264 /src/drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c @ Line 996 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1265 /src/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c @ Line 1533 coccinelle preceding lock on line 1512 1
1266 /src/drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c @ Line 900 coccinelle WARNING: conversion to bool not needed here 1
1267 /src/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c @ Line 901 coccinelle WARNING: conversion to bool not needed here 1
1268 /src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c @ Line 97 coccinelle WARNING: use scnprintf or sprintf 1
1269 /src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c @ Line 88 coccinelle WARNING: use scnprintf or sprintf 1
1270 /src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c @ Line 65 coccinelle WARNING: use scnprintf or sprintf 1
1271 /src/drivers/gpu/drm/arm/malidp_drv.c @ Line 276 coccinelle WARNING: Comparison to bool 1
1272 /src/drivers/gpu/drm/arm/malidp_planes.c @ Line 209 coccinelle WARNING: Comparison to bool 1
1273 /src/drivers/gpu/drm/ast/ast_mode.c @ Line 174 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1274 /src/drivers/gpu/drm/ast/ast_post.c @ Line 809 coccinelle WARNING: Comparison to bool 1
1275 /src/drivers/gpu/drm/ast/ast_post.c @ Line 1580 coccinelle WARNING: Comparison to bool 1
1276 /src/drivers/gpu/drm/ast/ast_post.c @ Line 1205 coccinelle WARNING: Comparison to bool 1
1277 /src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c @ Line 700 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1278 /src/drivers/gpu/drm/bridge/analogix/anx7625.c @ Line 1141 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1279 /src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c @ Line 828 coccinelle WARNING: use scnprintf or sprintf 1
1280 /src/drivers/gpu/drm/bridge/tc358762.c @ Line 202 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1281 /src/drivers/gpu/drm/bridge/ti-sn65dsi86.c @ Line 630 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1282 /src/drivers/gpu/drm/bridge/ti-sn65dsi86.c @ Line 633 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1283 /src/drivers/gpu/drm/bridge/ti-sn65dsi86.c @ Line 636 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1284 /src/drivers/gpu/drm/drm_crtc_helper.c @ Line 960 coccinelle WARNING: Comparison to bool 1
1285 /src/drivers/gpu/drm/drm_dp_mst_topology.c @ Line 2373 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1286 /src/drivers/gpu/drm/drm_drv.c @ Line 917 coccinelle preceding lock on line 875 1
1287 /src/drivers/gpu/drm/drm_fb_helper.c @ Line 1954 coccinelle preceding lock on line 1950 1
1288 /src/drivers/gpu/drm/drm_file.c @ Line 452 coccinelle preceding lock on line 423 1
1289 /src/drivers/gpu/drm/drm_of.c @ Line 309 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 319. 1
1290 /src/drivers/gpu/drm/drm_of.c @ Line 309 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 335. 1
1291 /src/drivers/gpu/drm/drm_sysfs.c @ Line 172 coccinelle WARNING: use scnprintf or sprintf 1
1292 /src/drivers/gpu/drm/drm_sysfs.c @ Line 185 coccinelle WARNING: use scnprintf or sprintf 1
1293 /src/drivers/gpu/drm/drm_sysfs.c @ Line 159 coccinelle WARNING: use scnprintf or sprintf 1
1294 /src/drivers/gpu/drm/etnaviv/etnaviv_gem.c @ Line 328 coccinelle ERROR: reference preceded by free on line 315 1
1295 /src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c @ Line 84 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1296 /src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c @ Line 616 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1297 /src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c @ Line 618 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1298 /src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c @ Line 620 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1299 /src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c @ Line 622 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1300 /src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c @ Line 1775 coccinelle line 1775 is redundant because platform_get_irq() already prints an error 1
1301 /src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c @ Line 157 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1302 /src/drivers/gpu/drm/exynos/exynos_drm_mic.c @ Line 244 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1303 /src/drivers/gpu/drm/exynos/exynos_drm_mic.c @ Line 290 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1304 /src/drivers/gpu/drm/exynos/exynos_drm_rotator.c @ Line 72 coccinelle WARNING: Comparison to bool 1
1305 /src/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c @ Line 262 coccinelle line 262 is redundant because platform_get_irq() already prints an error 1
1306 /src/drivers/gpu/drm/gma500/mdfld_intel_display.c @ Line 758 coccinelle ERROR: invalid reference to the index variable of the iterator on line 696 1
1307 /src/drivers/gpu/drm/gma500/oaktrail_crtc.c @ Line 427 coccinelle ERROR: invalid reference to the index variable of the iterator on line 394 1
1308 /src/drivers/gpu/drm/gma500/oaktrail_lvds.c @ Line 340 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1309 /src/drivers/gpu/drm/gma500/power.c @ Line 263 coccinelle WARNING: Comparison to bool 1
1310 /src/drivers/gpu/drm/gma500/psb_intel_display.c @ Line 546 coccinelle ERROR: invalid reference to the index variable of the iterator on line 541 1
1311 /src/drivers/gpu/drm/gma500/psb_intel_sdvo.c @ Line 2463 coccinelle WARNING: Comparison to bool 1
1312 /src/drivers/gpu/drm/i915/display/intel_dp.c @ Line 2965 coccinelle duplicated argument to & or | 1
1313 /src/drivers/gpu/drm/i915/display/intel_dp.c @ Line 2966 coccinelle duplicated argument to & or | 1
1314 /src/drivers/gpu/drm/i915/display/intel_dp.c @ Line 2966 coccinelle duplicated argument to & or | 1
1315 /src/drivers/gpu/drm/i915/display/intel_dp.c @ Line 2969 coccinelle duplicated argument to & or | 1
1316 /src/drivers/gpu/drm/i915/display/intel_sdvo.c @ Line 3367 coccinelle WARNING: Comparison to bool 1
1317 /src/drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c @ Line 725 coccinelle ERROR: invalid reference to the index variable of the iterator on line 636 1
1318 /src/drivers/gpu/drm/i915/gt/gen6_ppgtt.c @ Line 269 coccinelle ERROR: iterator variable bound on line 268 cannot be NULL 1
1319 /src/drivers/gpu/drm/i915/gt/gen6_ppgtt.c @ Line 329 coccinelle ERROR: iterator variable bound on line 328 cannot be NULL 1
1320 /src/drivers/gpu/drm/i915/gt/intel_gt_requests.c @ Line 186 coccinelle atomic_dec_and_test variation before object free at line 187. 1
1321 /src/drivers/gpu/drm/i915/gt/intel_ppgtt.c @ Line 129 coccinelle atomic_add_unless 1
1322 /src/drivers/gpu/drm/i915/gt/intel_reset.c @ Line 901 coccinelle iterator with update on line 922 1
1323 /src/drivers/gpu/drm/i915/gt/intel_timeline.c @ Line 416 coccinelle atomic_dec_and_test variation before object free at line 417. 1
1324 /src/drivers/gpu/drm/i915/gt/intel_timeline.c @ Line 412 coccinelle atomic_add_unless 1
1325 /src/drivers/gpu/drm/i915/i915_active.c @ Line 198 coccinelle atomic_add_unless 1
1326 /src/drivers/gpu/drm/i915/i915_active.c @ Line 188 coccinelle atomic_add_unless 1
1327 /src/drivers/gpu/drm/i915/i915_sw_fence.c @ Line 192 coccinelle atomic_dec_and_test variation before object free at line 204. 1
1328 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 266 coccinelle WARNING: use scnprintf or sprintf 1
1329 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 285 coccinelle WARNING: use scnprintf or sprintf 1
1330 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 276 coccinelle WARNING: use scnprintf or sprintf 1
1331 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 335 coccinelle WARNING: use scnprintf or sprintf 1
1332 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 390 coccinelle WARNING: use scnprintf or sprintf 1
1333 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 465 coccinelle WARNING: use scnprintf or sprintf 1
1334 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 107 coccinelle WARNING: use scnprintf or sprintf 1
1335 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 75 coccinelle WARNING: use scnprintf or sprintf 1
1336 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 83 coccinelle WARNING: use scnprintf or sprintf 1
1337 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 91 coccinelle WARNING: use scnprintf or sprintf 1
1338 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 99 coccinelle WARNING: use scnprintf or sprintf 1
1339 /src/drivers/gpu/drm/i915/i915_sysfs.c @ Line 326 coccinelle WARNING: use scnprintf or sprintf 1
1340 /src/drivers/gpu/drm/i915/i915_vma.c @ Line 837 coccinelle atomic_add_unless 1
1341 /src/drivers/gpu/drm/i915/intel_wakeref.c @ Line 89 coccinelle atomic_add_unless 1
1342 /src/drivers/gpu/drm/i915/selftests/i915_buddy.c @ Line 169 coccinelle ERROR: invalid reference to the index variable of the iterator on line 125 1
1343 /src/drivers/gpu/drm/kmb/kmb_drv.c @ Line 488 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 475, but without a corresponding object release within this function. 1
1344 /src/drivers/gpu/drm/kmb/kmb_drv.c @ Line 491 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 475, but without a corresponding object release within this function. 1
1345 /src/drivers/gpu/drm/kmb/kmb_drv.c @ Line 498 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 475, but without a corresponding object release within this function. 1
1346 /src/drivers/gpu/drm/kmb/kmb_drv.c @ Line 546 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 475, but without a corresponding object release within this function. 1
1347 /src/drivers/gpu/drm/mcde/mcde_dsi.c @ Line 1111 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1121. 1
1348 /src/drivers/gpu/drm/mediatek/mtk_cec.c @ Line 212 coccinelle line 212 is redundant because platform_get_irq() already prints an error 1
1349 /src/drivers/gpu/drm/mediatek/mtk_dpi.c @ Line 761 coccinelle line 761 is redundant because platform_get_irq() already prints an error 1
1350 /src/drivers/gpu/drm/mediatek/mtk_dsi.c @ Line 1109 coccinelle line 1109 is redundant because platform_get_irq() already prints an error 1
1351 /src/drivers/gpu/drm/mgag200/mgag200_mode.c @ Line 656 coccinelle WARNING: Comparison to bool 1
1352 /src/drivers/gpu/drm/mgag200/mgag200_mode.c @ Line 693 coccinelle WARNING: Comparison to bool 1
1353 /src/drivers/gpu/drm/mgag200/mgag200_mode.c @ Line 387 coccinelle WARNING: Comparison to bool 1
1354 /src/drivers/gpu/drm/mgag200/mgag200_mode.c @ Line 467 coccinelle WARNING: Comparison to bool 1
1355 /src/drivers/gpu/drm/msm/adreno/a5xx_debugfs.c @ Line 141 coccinelle WARNING: reset_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1356 /src/drivers/gpu/drm/msm/dp/dp_ctrl.c @ Line 856 coccinelle WARNING: Comparison to bool 1
1357 /src/drivers/gpu/drm/msm/dp/dp_ctrl.c @ Line 860 coccinelle WARNING: Comparison to bool 1
1358 /src/drivers/gpu/drm/msm/dp/dp_display.c @ Line 1278 coccinelle WARNING: Comparison to bool 1
1359 /src/drivers/gpu/drm/msm/dp/dp_display.c @ Line 557 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1360 /src/drivers/gpu/drm/msm/dp/dp_display.c @ Line 561 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1361 /src/drivers/gpu/drm/msm/dp/dp_display.c @ Line 642 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1362 /src/drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c @ Line 152 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1363 /src/drivers/gpu/drm/msm/dsi/pll/dsi_pll_7nm.c @ Line 153 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1364 /src/drivers/gpu/drm/msm/msm_atomic.c @ Line 63 coccinelle second lock on line 63 1
1365 /src/drivers/gpu/drm/msm/msm_gem.c @ Line 989 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1366 /src/drivers/gpu/drm/nouveau/nouveau_abi16.c @ Line 76 coccinelle preceding lock on line 74 1
1367 /src/drivers/gpu/drm/nouveau/nouveau_display.c @ Line 101 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1368 /src/drivers/gpu/drm/nouveau/nouveau_gem.c @ Line 596 coccinelle WARNING opportunity for vmemdup_user 1
1369 /src/drivers/gpu/drm/nouveau/nouveau_hwmon.c @ Line 44 coccinelle WARNING: use scnprintf or sprintf 1
1370 /src/drivers/gpu/drm/nouveau/nouveau_hwmon.c @ Line 57 coccinelle WARNING: use scnprintf or sprintf 1
1371 /src/drivers/gpu/drm/nouveau/nouveau_hwmon.c @ Line 90 coccinelle WARNING: use scnprintf or sprintf 1
1372 /src/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c @ Line 111 coccinelle ERROR: invalid reference to the index variable of the iterator on line 106 1
1373 /src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c @ Line 537 coccinelle ERROR: invalid reference to the index variable of the iterator on line 532 1
1374 /src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c @ Line 467 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1375 /src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm20b.c @ Line 118 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1376 /src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c @ Line 265 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1377 /src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c @ Line 194 coccinelle inconsistent IS_ERR and PTR_ERR on line 195. 1
1378 /src/drivers/gpu/drm/nouveau/nvkm/subdev/acr/tu102.c @ Line 213 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1379 /src/drivers/gpu/drm/omapdrm/dss/dispc.c @ Line 1128 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1380 /src/drivers/gpu/drm/omapdrm/dss/hdmi4.c @ Line 447 coccinelle WARNING: Comparison to bool 1
1381 /src/drivers/gpu/drm/omapdrm/dss/hdmi4_core.c @ Line 886 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1382 /src/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c @ Line 879 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1383 /src/drivers/gpu/drm/omapdrm/dss/hdmi_phy.c @ Line 194 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1384 /src/drivers/gpu/drm/omapdrm/dss/venc.c @ Line 403 coccinelle WARNING: Comparison to bool 1
1385 /src/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c @ Line 824 coccinelle line 824 is redundant because platform_get_irq() already prints an error 1
1386 /src/drivers/gpu/drm/omapdrm/omap_encoder.c @ Line 113 coccinelle ERROR: invalid reference to the index variable of the iterator on line 85 1
1387 /src/drivers/gpu/drm/panel/panel-khadas-ts050.c @ Line 788 coccinelle inconsistent IS_ERR and PTR_ERR on line 789. 1
1388 /src/drivers/gpu/drm/panel/panel-sitronix-st7703.c @ Line 505 coccinelle WARNING: allpixelson_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1389 /src/drivers/gpu/drm/panel/panel-sony-acx565akm.c @ Line 583 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1390 /src/drivers/gpu/drm/panel/panel-sony-acx565akm.c @ Line 584 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1391 /src/drivers/gpu/drm/panel/panel-tpo-td043mtea1.c @ Line 217 coccinelle WARNING: use scnprintf or sprintf 1
1392 /src/drivers/gpu/drm/panel/panel-tpo-td043mtea1.c @ Line 189 coccinelle WARNING: use scnprintf or sprintf 1
1393 /src/drivers/gpu/drm/qxl/qxl_cmd.c @ Line 646 coccinelle WARNING: Comparison to bool 1
1394 /src/drivers/gpu/drm/radeon/btc_dpm.c @ Line 2113 coccinelle WARNING: Comparison to bool 1
1395 /src/drivers/gpu/drm/radeon/ci_dpm.c @ Line 805 coccinelle WARNING: Comparison to bool 1
1396 /src/drivers/gpu/drm/radeon/ci_dpm.c @ Line 2895 coccinelle WARNING: Comparison to bool 1
1397 /src/drivers/gpu/drm/radeon/ni_dpm.c @ Line 806 coccinelle WARNING: Comparison to bool 1
1398 /src/drivers/gpu/drm/radeon/ni_dpm.c @ Line 3146 coccinelle WARNING: Comparison to bool 1
1399 /src/drivers/gpu/drm/radeon/ni_dpm.c @ Line 2465 coccinelle WARNING: Comparison to bool 1
1400 /src/drivers/gpu/drm/radeon/r100.c @ Line 4066 coccinelle WARNING: Comparison to bool 1
1401 /src/drivers/gpu/drm/radeon/r300.c @ Line 1545 coccinelle WARNING: Comparison to bool 1
1402 /src/drivers/gpu/drm/radeon/r600.c @ Line 1494 coccinelle WARNING: Comparison to bool 1
1403 /src/drivers/gpu/drm/radeon/radeon_atpx_handler.c @ Line 561 coccinelle WARNING: Comparison to bool 1
1404 /src/drivers/gpu/drm/radeon/radeon_atpx_handler.c @ Line 571 coccinelle WARNING: Comparison to bool 1
1405 /src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c @ Line 721 coccinelle ERROR: invalid reference to the index variable of the iterator on line 591 1
1406 /src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c @ Line 859 coccinelle ERROR: invalid reference to the index variable of the iterator on line 785 1
1407 /src/drivers/gpu/drm/radeon/radeon_legacy_crtc.c @ Line 923 coccinelle ERROR: invalid reference to the index variable of the iterator on line 785 1
1408 /src/drivers/gpu/drm/radeon/radeon_object.c @ Line 382 coccinelle WARNING: Comparison to bool 1
1409 /src/drivers/gpu/drm/radeon/radeon_pm.c @ Line 522 coccinelle WARNING: use scnprintf or sprintf 1
1410 /src/drivers/gpu/drm/radeon/radeon_pm.c @ Line 476 coccinelle WARNING: use scnprintf or sprintf 1
1411 /src/drivers/gpu/drm/radeon/radeon_pm.c @ Line 419 coccinelle WARNING: use scnprintf or sprintf 1
1412 /src/drivers/gpu/drm/radeon/radeon_pm.c @ Line 364 coccinelle WARNING: use scnprintf or sprintf 1
1413 /src/drivers/gpu/drm/radeon/radeon_pm.c @ Line 735 coccinelle WARNING: use scnprintf or sprintf 1
1414 /src/drivers/gpu/drm/radeon/radeon_pm.c @ Line 689 coccinelle WARNING: use scnprintf or sprintf 1
1415 /src/drivers/gpu/drm/radeon/radeon_pm.c @ Line 705 coccinelle WARNING: use scnprintf or sprintf 1
1416 /src/drivers/gpu/drm/radeon/radeon_pm.c @ Line 756 coccinelle WARNING: use scnprintf or sprintf 1
1417 /src/drivers/gpu/drm/radeon/radeon_ttm.c @ Line 108 coccinelle WARNING: Comparison to bool 1
1418 /src/drivers/gpu/drm/radeon/rs600.c @ Line 1132 coccinelle WARNING: Comparison to bool 1
1419 /src/drivers/gpu/drm/radeon/rs690.c @ Line 844 coccinelle WARNING: Comparison to bool 1
1420 /src/drivers/gpu/drm/radeon/rs690.c @ Line 190 coccinelle WARNING: Comparison to bool 1
1421 /src/drivers/gpu/drm/radeon/rv515.c @ Line 666 coccinelle WARNING: Comparison to bool 1
1422 /src/drivers/gpu/drm/radeon/rv6xx_dpm.c @ Line 1571 coccinelle WARNING: Comparison to bool 1
1423 /src/drivers/gpu/drm/radeon/si_dpm.c @ Line 3012 coccinelle WARNING: Comparison to bool 1
1424 /src/drivers/gpu/drm/radeon/si_dpm.c @ Line 2761 coccinelle WARNING: Comparison to bool 1
1425 /src/drivers/gpu/drm/radeon/si_dpm.c @ Line 2762 coccinelle WARNING: Comparison to bool 1
1426 /src/drivers/gpu/drm/radeon/si_dpm.c @ Line 1882 coccinelle WARNING: Comparison to bool 1
1427 /src/drivers/gpu/drm/radeon/si_dpm.c @ Line 2643 coccinelle WARNING: Comparison to bool 1
1428 /src/drivers/gpu/drm/radeon/si_dpm.c @ Line 2460 coccinelle WARNING: Comparison to bool 1
1429 /src/drivers/gpu/drm/radeon/si_dpm.c @ Line 2285 coccinelle WARNING: Comparison to bool 1
1430 /src/drivers/gpu/drm/sti/sti_drv.c @ Line 71 coccinelle WARNING: sti_drm_fps_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1431 /src/drivers/gpu/drm/sun4i/sun4i_dotclock.c @ Line 194 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1432 /src/drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c @ Line 138 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1433 /src/drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c @ Line 281 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1434 /src/drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c @ Line 232 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1435 /src/drivers/gpu/drm/sun4i/sun4i_tcon.c @ Line 1448 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 1426, but without a corresponding object release within this function. 1
1436 /src/drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c @ Line 174 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1437 /src/drivers/gpu/drm/tegra/dpaux.c @ Line 471 coccinelle line 471 is redundant because platform_get_irq() already prints an error 1
1438 /src/drivers/gpu/drm/tegra/drm.c @ Line 350 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1439 /src/drivers/gpu/drm/tegra/gem.c @ Line 481 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1440 /src/drivers/gpu/drm/tegra/sor.c @ Line 3793 coccinelle line 3793 is redundant because platform_get_irq() already prints an error 1
1441 /src/drivers/gpu/drm/tilcdc/tilcdc_external.c @ Line 69 coccinelle ERROR: invalid reference to the index variable of the iterator on line 65 1
1442 /src/drivers/gpu/drm/tilcdc/tilcdc_panel.c @ Line 402 coccinelle No need to set .owner here. The core will do it. 1
1443 /src/drivers/gpu/drm/ttm/ttm_bo.c @ Line 1472 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1449 1
1444 /src/drivers/gpu/drm/ttm/ttm_bo.c @ Line 437 coccinelle second lock on line 461 1
1445 /src/drivers/gpu/drm/ttm/ttm_bo.c @ Line 451 coccinelle second lock on line 461 1
1446 /src/drivers/gpu/drm/ttm/ttm_bo.c @ Line 461 coccinelle second lock on line 461 1
1447 /src/drivers/gpu/drm/ttm/ttm_bo.c @ Line 1475 coccinelle preceding lock on line 1447 1
1448 /src/drivers/gpu/drm/ttm/ttm_bo.c @ Line 759 coccinelle preceding lock on line 711 1
1449 /src/drivers/gpu/drm/ttm/ttm_execbuf_util.c @ Line 93 coccinelle iterator with update on line 99 1
1450 /src/drivers/gpu/drm/vc4/vc4_plane.c @ Line 172 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1451 /src/drivers/gpu/drm/vc4/vc4_plane.c @ Line 1028 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1452 /src/drivers/gpu/drm/virtio/virtgpu_ioctl.c @ Line 93 coccinelle WARNING: Comparison to bool 1
1453 /src/drivers/gpu/drm/virtio/virtgpu_ioctl.c @ Line 337 coccinelle WARNING: Comparison to bool 1
1454 /src/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c @ Line 1871 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1455 /src/drivers/gpu/vga/vga_switcheroo.c @ Line 872 coccinelle WARNING: Comparison to bool 1
1456 /src/drivers/gpu/vga/vga_switcheroo.c @ Line 872 coccinelle WARNING: Comparison to bool 1
1457 /src/drivers/greybus/connection.c @ Line 654 coccinelle ERROR: invalid reference to the index variable of the iterator on line 639 1
1458 /src/drivers/greybus/manifest.c @ Line 217 coccinelle ERROR: invalid reference to the index variable of the iterator on line 196 1
1459 /src/drivers/greybus/operation.c @ Line 212 coccinelle ERROR: invalid reference to the index variable of the iterator on line 203 1
1460 /src/drivers/hid/hid-asus.c @ Line 621 coccinelle WARNING: Comparison to bool 1
1461 /src/drivers/hid/hid-core.c @ Line 1330 smatch.check_shift_to_zero warn: right shifting more than type allows 32 vs 4294967295 1
1462 /src/drivers/hid/hid-core.c @ Line 2404 smatch.check_indenting warn: inconsistent indenting 1
1463 /src/drivers/hid/hid-input.c @ Line 1090 smatch.smatch_slist warn: Function too hairy. No more merges. 1
1464 /src/drivers/hid/hid-input.c @ Line 1090 smatch.smatch_flow parse error: Function too hairy. Giving up. 12 seconds 1
1465 /src/drivers/hid/hid-lenovo.c @ Line 568 coccinelle WARNING: use scnprintf or sprintf 1
1466 /src/drivers/hid/hid-lenovo.c @ Line 342 coccinelle WARNING: use scnprintf or sprintf 1
1467 /src/drivers/hid/hid-lenovo.c @ Line 687 coccinelle WARNING: use scnprintf or sprintf 1
1468 /src/drivers/hid/hid-lenovo.c @ Line 538 coccinelle WARNING: use scnprintf or sprintf 1
1469 /src/drivers/hid/hid-lenovo.c @ Line 598 coccinelle WARNING: use scnprintf or sprintf 1
1470 /src/drivers/hid/hid-lenovo.c @ Line 628 coccinelle WARNING: use scnprintf or sprintf 1
1471 /src/drivers/hid/hid-lenovo.c @ Line 381 coccinelle WARNING: use scnprintf or sprintf 1
1472 /src/drivers/hid/hid-lenovo.c @ Line 658 coccinelle WARNING: use scnprintf or sprintf 1
1473 /src/drivers/hid/hid-picolcd_core.c @ Line 304 coccinelle WARNING: use scnprintf or sprintf 1
1474 /src/drivers/hid/hid-picolcd_core.c @ Line 259 coccinelle WARNING: use scnprintf or sprintf 1
1475 /src/drivers/hid/hid-roccat-arvo.c @ Line 149 coccinelle WARNING: use scnprintf or sprintf 1
1476 /src/drivers/hid/hid-roccat-arvo.c @ Line 95 coccinelle WARNING: use scnprintf or sprintf 1
1477 /src/drivers/hid/hid-roccat-arvo.c @ Line 45 coccinelle WARNING: use scnprintf or sprintf 1
1478 /src/drivers/hid/hid-roccat-isku.c @ Line 66 coccinelle WARNING: use scnprintf or sprintf 1
1479 /src/drivers/hid/hid-roccat-kone.c @ Line 415 coccinelle WARNING: use scnprintf or sprintf 1
1480 /src/drivers/hid/hid-roccat-kone.c @ Line 406 coccinelle WARNING: use scnprintf or sprintf 1
1481 /src/drivers/hid/hid-roccat-kone.c @ Line 447 coccinelle WARNING: use scnprintf or sprintf 1
1482 /src/drivers/hid/hid-roccat-kone.c @ Line 559 coccinelle WARNING: use scnprintf or sprintf 1
1483 /src/drivers/hid/hid-roccat-kone.c @ Line 457 coccinelle WARNING: use scnprintf or sprintf 1
1484 /src/drivers/hid/hid-roccat-kone.c @ Line 438 coccinelle WARNING: use scnprintf or sprintf 1
1485 /src/drivers/hid/hid-roccat-koneplus.c @ Line 247 coccinelle WARNING: use scnprintf or sprintf 1
1486 /src/drivers/hid/hid-roccat-koneplus.c @ Line 314 coccinelle WARNING: use scnprintf or sprintf 1
1487 /src/drivers/hid/hid-roccat-kovaplus.c @ Line 330 coccinelle WARNING: use scnprintf or sprintf 1
1488 /src/drivers/hid/hid-roccat-kovaplus.c @ Line 277 coccinelle WARNING: use scnprintf or sprintf 1
1489 /src/drivers/hid/hid-roccat-kovaplus.c @ Line 339 coccinelle WARNING: use scnprintf or sprintf 1
1490 /src/drivers/hid/hid-roccat-kovaplus.c @ Line 349 coccinelle WARNING: use scnprintf or sprintf 1
1491 /src/drivers/hid/hid-roccat-kovaplus.c @ Line 370 coccinelle WARNING: use scnprintf or sprintf 1
1492 /src/drivers/hid/hid-roccat-pyra.c @ Line 289 coccinelle WARNING: use scnprintf or sprintf 1
1493 /src/drivers/hid/hid-roccat-pyra.c @ Line 306 coccinelle WARNING: use scnprintf or sprintf 1
1494 /src/drivers/hid/hid-roccat-pyra.c @ Line 327 coccinelle WARNING: use scnprintf or sprintf 1
1495 /src/drivers/hid/hid-sensor-custom.c @ Line 371 coccinelle WARNING: use scnprintf or sprintf 1
1496 /src/drivers/hid/hid-sony.c @ Line 710 coccinelle WARNING: use scnprintf or sprintf 1
1497 /src/drivers/hid/hid-sony.c @ Line 747 coccinelle WARNING: use scnprintf or sprintf 1
1498 /src/drivers/hid/hid-sony.c @ Line 759 coccinelle WARNING: use scnprintf or sprintf 1
1499 /src/drivers/hid/wacom_sys.c @ Line 1796 coccinelle WARNING: use scnprintf or sprintf 1
1500 /src/drivers/hid/wacom_wac.c @ Line 2179 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1501 /src/drivers/hid/wacom_wac.c @ Line 33 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1502 /src/drivers/hid/wacom_wac.c @ Line 2536 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1503 /src/drivers/hid/wacom_wac.c @ Line 2170 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1504 /src/drivers/hv/channel_mgmt.c @ Line 620 coccinelle ERROR: invalid reference to the index variable of the iterator on line 590 1
1505 /src/drivers/hv/hv_utils_transport.c @ Line 206 coccinelle ERROR: invalid reference to the index variable of the iterator on line 189 1
1506 /src/drivers/hwmon/abx500.c @ Line 84 coccinelle WARNING: Comparison to bool 1
1507 /src/drivers/hwmon/abx500.c @ Line 89 coccinelle WARNING: Comparison to bool 1
1508 /src/drivers/hwmon/abx500.c @ Line 97 coccinelle WARNING: Comparison to bool 1
1509 /src/drivers/hwmon/abx500.c @ Line 102 coccinelle WARNING: Comparison to bool 1
1510 /src/drivers/hwmon/adc128d818.c @ Line 251 coccinelle WARNING opportunity for kobj_to_dev() 1
1511 /src/drivers/hwmon/applesmc.c @ Line 568 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1512 /src/drivers/hwmon/applesmc.c @ Line 568 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1513 /src/drivers/hwmon/aspeed-pwm-tacho.c @ Line 634 coccinelle WARNING opportunity for kobj_to_dev() 1
1514 /src/drivers/hwmon/aspeed-pwm-tacho.c @ Line 623 coccinelle WARNING opportunity for kobj_to_dev() 1
1515 /src/drivers/hwmon/da9052-hwmon.c @ Line 302 coccinelle WARNING opportunity for kobj_to_dev() 1
1516 /src/drivers/hwmon/ds1621.c @ Line 329 coccinelle WARNING opportunity for kobj_to_dev() 1
1517 /src/drivers/hwmon/gpio-fan.c @ Line 302 coccinelle WARNING opportunity for kobj_to_dev() 1
1518 /src/drivers/hwmon/hwmon.c @ Line 82 coccinelle WARNING opportunity for kobj_to_dev() 1
1519 /src/drivers/hwmon/ina209.c @ Line 366 coccinelle WARNING: use scnprintf or sprintf 1
1520 /src/drivers/hwmon/ina209.c @ Line 262 coccinelle WARNING: use scnprintf or sprintf 1
1521 /src/drivers/hwmon/ina209.c @ Line 346 coccinelle WARNING: use scnprintf or sprintf 1
1522 /src/drivers/hwmon/ina2xx.c @ Line 453 coccinelle WARNING: use scnprintf or sprintf 1
1523 /src/drivers/hwmon/ina2xx.c @ Line 540 coccinelle WARNING: use scnprintf or sprintf 1
1524 /src/drivers/hwmon/ina2xx.c @ Line 484 coccinelle WARNING: use scnprintf or sprintf 1
1525 /src/drivers/hwmon/ina2xx.c @ Line 313 coccinelle WARNING: use scnprintf or sprintf 1
1526 /src/drivers/hwmon/ina3221.c @ Line 701 coccinelle WARNING: use scnprintf or sprintf 1
1527 /src/drivers/hwmon/it87.c @ Line 2293 coccinelle WARNING opportunity for kobj_to_dev() 1
1528 /src/drivers/hwmon/it87.c @ Line 2161 coccinelle WARNING opportunity for kobj_to_dev() 1
1529 /src/drivers/hwmon/it87.c @ Line 1984 coccinelle WARNING opportunity for kobj_to_dev() 1
1530 /src/drivers/hwmon/it87.c @ Line 2129 coccinelle WARNING opportunity for kobj_to_dev() 1
1531 /src/drivers/hwmon/it87.c @ Line 2232 coccinelle WARNING opportunity for kobj_to_dev() 1
1532 /src/drivers/hwmon/it87.c @ Line 2068 coccinelle WARNING opportunity for kobj_to_dev() 1
1533 /src/drivers/hwmon/lineage-pem.c @ Line 194 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1534 /src/drivers/hwmon/lm63.c @ Line 934 coccinelle WARNING opportunity for kobj_to_dev() 1
1535 /src/drivers/hwmon/lm75.c @ Line 787 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1536 /src/drivers/hwmon/lm75.c @ Line 833 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1537 /src/drivers/hwmon/lm78.c @ Line 627 coccinelle preceding lock on line 589 1
1538 /src/drivers/hwmon/ltc2945.c @ Line 336 coccinelle WARNING: use scnprintf or sprintf 1
1539 /src/drivers/hwmon/ltc2945.c @ Line 229 coccinelle WARNING: use scnprintf or sprintf 1
1540 /src/drivers/hwmon/ltc2990.c @ Line 150 coccinelle WARNING: use scnprintf or sprintf 1
1541 /src/drivers/hwmon/ltc2990.c @ Line 156 coccinelle WARNING opportunity for kobj_to_dev() 1
1542 /src/drivers/hwmon/ltc4151.c @ Line 131 coccinelle WARNING: use scnprintf or sprintf 1
1543 /src/drivers/hwmon/ltc4215.c @ Line 173 coccinelle WARNING: use scnprintf or sprintf 1
1544 /src/drivers/hwmon/ltc4215.c @ Line 150 coccinelle WARNING: use scnprintf or sprintf 1
1545 /src/drivers/hwmon/ltc4215.c @ Line 162 coccinelle WARNING: use scnprintf or sprintf 1
1546 /src/drivers/hwmon/ltc4215.c @ Line 142 coccinelle WARNING: use scnprintf or sprintf 1
1547 /src/drivers/hwmon/ltc4222.c @ Line 115 coccinelle WARNING: use scnprintf or sprintf 1
1548 /src/drivers/hwmon/ltc4222.c @ Line 97 coccinelle WARNING: use scnprintf or sprintf 1
1549 /src/drivers/hwmon/ltc4260.c @ Line 101 coccinelle WARNING: use scnprintf or sprintf 1
1550 /src/drivers/hwmon/ltc4260.c @ Line 82 coccinelle WARNING: use scnprintf or sprintf 1
1551 /src/drivers/hwmon/ltc4261.c @ Line 150 coccinelle WARNING: use scnprintf or sprintf 1
1552 /src/drivers/hwmon/ltc4261.c @ Line 133 coccinelle WARNING: use scnprintf or sprintf 1
1553 /src/drivers/hwmon/max16065.c @ Line 169 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1554 /src/drivers/hwmon/max6650.c @ Line 324 coccinelle WARNING opportunity for kobj_to_dev() 1
1555 /src/drivers/hwmon/max6697.c @ Line 463 coccinelle WARNING opportunity for kobj_to_dev() 1
1556 /src/drivers/hwmon/occ/common.c @ Line 554 coccinelle WARNING: use scnprintf or sprintf 1
1557 /src/drivers/hwmon/occ/common.c @ Line 604 coccinelle WARNING: use scnprintf or sprintf 1
1558 /src/drivers/hwmon/occ/common.c @ Line 337 coccinelle WARNING: use scnprintf or sprintf 1
1559 /src/drivers/hwmon/occ/common.c @ Line 367 coccinelle WARNING: use scnprintf or sprintf 1
1560 /src/drivers/hwmon/occ/common.c @ Line 406 coccinelle WARNING: use scnprintf or sprintf 1
1561 /src/drivers/hwmon/occ/common.c @ Line 435 coccinelle WARNING: use scnprintf or sprintf 1
1562 /src/drivers/hwmon/occ/common.c @ Line 474 coccinelle WARNING: use scnprintf or sprintf 1
1563 /src/drivers/hwmon/occ/common.c @ Line 256 coccinelle WARNING: use scnprintf or sprintf 1
1564 /src/drivers/hwmon/occ/common.c @ Line 307 coccinelle WARNING: use scnprintf or sprintf 1
1565 /src/drivers/hwmon/pmbus/inspur-ipsps.c @ Line 94 coccinelle WARNING: use scnprintf or sprintf 1
1566 /src/drivers/hwmon/pmbus/inspur-ipsps.c @ Line 114 coccinelle WARNING: use scnprintf or sprintf 1
1567 /src/drivers/hwmon/pmbus/inspur-ipsps.c @ Line 73 coccinelle WARNING: use scnprintf or sprintf 1
1568 /src/drivers/hwmon/pmbus/pmbus_core.c @ Line 1265 coccinelle WARNING !A || A && B is equivalent to !A || B 1
1569 /src/drivers/hwmon/s3c-hwmon.c @ Line 169 coccinelle WARNING: use scnprintf or sprintf 1
1570 /src/drivers/hwmon/s3c-hwmon.c @ Line 190 coccinelle WARNING: use scnprintf or sprintf 1
1571 /src/drivers/hwmon/sch5627.c @ Line 275 coccinelle WARNING: use scnprintf or sprintf 1
1572 /src/drivers/hwmon/sch5627.c @ Line 288 coccinelle WARNING: use scnprintf or sprintf 1
1573 /src/drivers/hwmon/sch5627.c @ Line 263 coccinelle WARNING: use scnprintf or sprintf 1
1574 /src/drivers/hwmon/sch5627.c @ Line 312 coccinelle WARNING: use scnprintf or sprintf 1
1575 /src/drivers/hwmon/sch5627.c @ Line 304 coccinelle WARNING: use scnprintf or sprintf 1
1576 /src/drivers/hwmon/sch5627.c @ Line 198 coccinelle WARNING: use scnprintf or sprintf 1
1577 /src/drivers/hwmon/sch5627.c @ Line 246 coccinelle WARNING: use scnprintf or sprintf 1
1578 /src/drivers/hwmon/sch5627.c @ Line 224 coccinelle WARNING: use scnprintf or sprintf 1
1579 /src/drivers/hwmon/sch5627.c @ Line 235 coccinelle WARNING: use scnprintf or sprintf 1
1580 /src/drivers/hwmon/sch5627.c @ Line 212 coccinelle WARNING: use scnprintf or sprintf 1
1581 /src/drivers/hwmon/sch5636.c @ Line 275 coccinelle WARNING: use scnprintf or sprintf 1
1582 /src/drivers/hwmon/sch5636.c @ Line 261 coccinelle WARNING: use scnprintf or sprintf 1
1583 /src/drivers/hwmon/sch5636.c @ Line 247 coccinelle WARNING: use scnprintf or sprintf 1
1584 /src/drivers/hwmon/sch5636.c @ Line 187 coccinelle WARNING: use scnprintf or sprintf 1
1585 /src/drivers/hwmon/sch5636.c @ Line 179 coccinelle WARNING: use scnprintf or sprintf 1
1586 /src/drivers/hwmon/sch5636.c @ Line 163 coccinelle WARNING: use scnprintf or sprintf 1
1587 /src/drivers/hwmon/sch5636.c @ Line 230 coccinelle WARNING: use scnprintf or sprintf 1
1588 /src/drivers/hwmon/sch5636.c @ Line 216 coccinelle WARNING: use scnprintf or sprintf 1
1589 /src/drivers/hwmon/sch5636.c @ Line 202 coccinelle WARNING: use scnprintf or sprintf 1
1590 /src/drivers/hwmon/smm665.c @ Line 354 coccinelle WARNING: use scnprintf or sprintf 1
1591 /src/drivers/hwmon/smm665.c @ Line 369 coccinelle WARNING: use scnprintf or sprintf 1
1592 /src/drivers/hwmon/stts751.c @ Line 472 coccinelle WARNING: use scnprintf or sprintf 1
1593 /src/drivers/hwmon/stts751.c @ Line 422 coccinelle WARNING: use scnprintf or sprintf 1
1594 /src/drivers/hwmon/stts751.c @ Line 588 coccinelle WARNING: use scnprintf or sprintf 1
1595 /src/drivers/hwmon/stts751.c @ Line 390 coccinelle WARNING: use scnprintf or sprintf 1
1596 /src/drivers/hwmon/stts751.c @ Line 520 coccinelle WARNING: use scnprintf or sprintf 1
1597 /src/drivers/hwmon/stts751.c @ Line 407 coccinelle WARNING: use scnprintf or sprintf 1
1598 /src/drivers/hwmon/stts751.c @ Line 554 coccinelle WARNING: use scnprintf or sprintf 1
1599 /src/drivers/hwmon/stts751.c @ Line 430 coccinelle WARNING: use scnprintf or sprintf 1
1600 /src/drivers/hwmon/stts751.c @ Line 512 coccinelle WARNING: use scnprintf or sprintf 1
1601 /src/drivers/hwmon/vexpress-hwmon.c @ Line 30 coccinelle WARNING: use scnprintf or sprintf 1
1602 /src/drivers/hwmon/vexpress-hwmon.c @ Line 44 coccinelle WARNING: use scnprintf or sprintf 1
1603 /src/drivers/hwmon/vexpress-hwmon.c @ Line 63 coccinelle WARNING: use scnprintf or sprintf 1
1604 /src/drivers/hwmon/w83627ehf.c @ Line 1113 coccinelle WARNING opportunity for kobj_to_dev() 1
1605 /src/drivers/hwmon/w83781d.c @ Line 1181 coccinelle preceding lock on line 1102 1
1606 /src/drivers/hwmon/xgene-hwmon.c @ Line 377 coccinelle WARNING: use scnprintf or sprintf 1
1607 /src/drivers/hwmon/xgene-hwmon.c @ Line 355 coccinelle WARNING: use scnprintf or sprintf 1
1608 /src/drivers/hwmon/xgene-hwmon.c @ Line 392 coccinelle WARNING: use scnprintf or sprintf 1
1609 /src/drivers/hwmon/xgene-hwmon.c @ Line 362 coccinelle WARNING: use scnprintf or sprintf 1
1610 /src/drivers/hwmon/xgene-hwmon.c @ Line 348 coccinelle WARNING: use scnprintf or sprintf 1
1611 /src/drivers/hwmon/xgene-hwmon.c @ Line 332 coccinelle WARNING: use scnprintf or sprintf 1
1612 /src/drivers/hwmon/xgene-hwmon.c @ Line 339 coccinelle WARNING: use scnprintf or sprintf 1
1613 /src/drivers/hwtracing/coresight/coresight-etm3x-core.c @ Line 864 coccinelle WARNING: Comparison to bool 1
1614 /src/drivers/hwtracing/coresight/coresight-etm4x-core.c @ Line 1527 coccinelle WARNING: Comparison to bool 1
1615 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 688 coccinelle WARNING: Comparison to bool 1
1616 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 37 coccinelle WARNING: Comparison to bool 1
1617 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 302 coccinelle WARNING: Comparison to bool 1
1618 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 320 coccinelle WARNING: Comparison to bool 1
1619 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 327 coccinelle WARNING: Comparison to bool 1
1620 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 345 coccinelle WARNING: Comparison to bool 1
1621 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 358 coccinelle WARNING: Comparison to bool 1
1622 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 379 coccinelle WARNING: Comparison to bool 1
1623 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 386 coccinelle WARNING: Comparison to bool 1
1624 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 405 coccinelle WARNING: Comparison to bool 1
1625 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 424 coccinelle WARNING: Comparison to bool 1
1626 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 200 coccinelle WARNING: Comparison to bool 1
1627 /src/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c @ Line 625 coccinelle WARNING: Comparison to bool 1
1628 /src/drivers/i2c/busses/i2c-hix5hd2.c @ Line 417 coccinelle line 417 is redundant because platform_get_irq() already prints an error 1
1629 /src/drivers/i2c/busses/i2c-npcm7xx.c @ Line 2013 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1630 /src/drivers/i2c/busses/i2c-pxa.c @ Line 840 coccinelle WARNING: Comparison to bool 1
1631 /src/drivers/i2c/busses/i2c-stm32f7.c @ Line 2023 coccinelle line 2023 is redundant because platform_get_irq() already prints an error 1
1632 /src/drivers/i2c/busses/i2c-stm32f7.c @ Line 2031 coccinelle line 2031 is redundant because platform_get_irq() already prints an error 1
1633 /src/drivers/i2c/i2c-core-base.c @ Line 664 smatch.smatch_kernel_user_data set_param_user_data: no type for '*client->name' 1
1634 /src/drivers/i2c/i2c-core-base.c @ Line 805 smatch.smatch_kernel_user_data set_param_user_data: no type for '*client->name' 1
1635 /src/drivers/i2c/i2c-core-base.c @ Line 940 smatch.check_err_ptr_deref error: passing non negative 1 to ERR_PTR 1
1636 /src/drivers/ide/ali14xx.c @ Line 232 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1637 /src/drivers/ide/dtc2278.c @ Line 141 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1638 /src/drivers/ide/ht6560b.c @ Line 358 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1639 /src/drivers/ide/ide-4drives.c @ Line 37 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1640 /src/drivers/ide/ide-acpi.c @ Line 603 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1641 /src/drivers/ide/ide-acpi.c @ Line 98 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1642 /src/drivers/ide/ide-atapi.c @ Line 223 smatch.check_err_ptr_deref error: 'sense_rq' dereferencing possible ERR_PTR() 1
1643 /src/drivers/ide/ide-cd.c @ Line 233 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1644 /src/drivers/ide/ide-cd_verbose.c @ Line 271 smatch.check_signed warn: always true condition '(sense->sense_key < (128 / 8 + (0))) => (0-15 < 16)' 1
1645 /src/drivers/ide/ide-io.c @ Line 381 smatch.check_check_deref error: we previously assumed 'rq->rq_disk' could be null (see line 370) 1
1646 /src/drivers/ide/ide-iops.c @ Line 407 smatch.check_no_if_block warn: if statement not indented 1
1647 /src/drivers/ide/ide-iops.c @ Line 413 smatch.check_check_deref error: we previously assumed 'hwif->dma_ops' could be null (see line 358) 1
1648 /src/drivers/ide/ide-park.c @ Line 112 coccinelle WARNING: use scnprintf or sprintf 1
1649 /src/drivers/ide/ide-pci-generic.c @ Line 112 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1650 /src/drivers/ide/ide-proc.c @ Line 350 smatch.check_spectre warn: potential spectre issue '_ctype' [w] 1
1651 /src/drivers/ide/ide-sysfs.c @ Line 142 smatch.check_uninitialized error: uninitialized symbol 'rc'. 1
1652 /src/drivers/ide/ide-taskfile.c @ Line 491 coccinelle WARNING opportunity for memdup_user 1
1653 /src/drivers/ide/ide-taskfile.c @ Line 504 coccinelle WARNING opportunity for memdup_user 1
1654 /src/drivers/ide/ide.c @ Line 271 smatch.check_spectre warn: potential spectre issue 'ide_disks_chs' [w] (local cap) 1
1655 /src/drivers/ide/pmac.c @ Line 1680 coccinelle WARNING comparing pointer to 0 1
1656 /src/drivers/ide/qd65xx.c @ Line 429 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1657 /src/drivers/ide/umc8672.c @ Line 171 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1658 /src/drivers/iio/adc/ab8500-gpadc.c @ Line 1107 coccinelle line 1107 is redundant because platform_get_irq() already prints an error 1
1659 /src/drivers/iio/adc/ab8500-gpadc.c @ Line 1113 coccinelle line 1113 is redundant because platform_get_irq() already prints an error 1
1660 /src/drivers/iio/chemical/sps30.c @ Line 414 coccinelle WARNING: use scnprintf or sprintf 1
1661 /src/drivers/iio/common/ssp_sensors/ssp_spi.c @ Line 393 coccinelle ERROR: invalid reference to the index variable of the iterator on line 358 1
1662 /src/drivers/iio/common/ssp_sensors/ssp_spi.c @ Line 394 coccinelle ERROR: invalid reference to the index variable of the iterator on line 358 1
1663 /src/drivers/iio/common/ssp_sensors/ssp_spi.c @ Line 398 coccinelle ERROR: invalid reference to the index variable of the iterator on line 358 1
1664 /src/drivers/iio/common/ssp_sensors/ssp_spi.c @ Line 399 coccinelle ERROR: invalid reference to the index variable of the iterator on line 358 1
1665 /src/drivers/iio/common/ssp_sensors/ssp_spi.c @ Line 410 coccinelle ERROR: invalid reference to the index variable of the iterator on line 358 1
1666 /src/drivers/iio/humidity/am2315.c @ Line 176 coccinelle ERROR: iterator variable bound on line 174 cannot be NULL 1
1667 /src/drivers/iio/industrialio-core.c @ Line 1340 coccinelle WARNING: use scnprintf or sprintf 1
1668 /src/drivers/iio/industrialio-core.c @ Line 1330 coccinelle WARNING: use scnprintf or sprintf 1
1669 /src/drivers/iio/light/opt3001.c @ Line 735 coccinelle preceding lock on line 693 1
1670 /src/drivers/iio/light/veml6030.c @ Line 131 coccinelle WARNING: use scnprintf or sprintf 1
1671 /src/drivers/iio/trigger/iio-trig-hrtimer.c @ Line 41 coccinelle WARNING: use scnprintf or sprintf 1
1672 /src/drivers/iio/trigger/iio-trig-sysfs.c @ Line 198 coccinelle ERROR: invalid reference to the index variable of the iterator on line 188 1
1673 /src/drivers/iio/trigger/stm32-timer-trigger.c @ Line 299 coccinelle WARNING: use scnprintf or sprintf 1
1674 /src/drivers/infiniband/core/cm.c @ Line 4026 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1675 /src/drivers/infiniband/core/cm.c @ Line 703 coccinelle WARNING: possible condition with no effect (if == else) 1
1676 /src/drivers/infiniband/core/cm.c @ Line 671 coccinelle WARNING: possible condition with no effect (if == else) 1
1677 /src/drivers/infiniband/core/cma.c @ Line 748 coccinelle ERROR: invalid reference to the index variable of the iterator on line 728 1
1678 /src/drivers/infiniband/core/cma.c @ Line 3190 coccinelle preceding lock on line 3155 1
1679 /src/drivers/infiniband/core/cma.c @ Line 2044 coccinelle preceding lock on line 1974 1
1680 /src/drivers/infiniband/core/cma.c @ Line 4482 coccinelle preceding lock on line 4472 1
1681 /src/drivers/infiniband/core/cma.c @ Line 2360 coccinelle preceding lock on line 2312 1
1682 /src/drivers/infiniband/core/cma.c @ Line 3882 coccinelle preceding lock on line 3833 1
1683 /src/drivers/infiniband/core/cma.c @ Line 2712 coccinelle preceding lock on line 2690 1
1684 /src/drivers/infiniband/core/iwcm.c @ Line 215 coccinelle atomic_dec_and_test variation before object free at line 217. 1
1685 /src/drivers/infiniband/core/multicast.c @ Line 191 coccinelle atomic_dec_and_test variation before object free at line 194. 1
1686 /src/drivers/infiniband/core/sa_query.c @ Line 1120 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1102 1
1687 /src/drivers/infiniband/core/umem.c @ Line 269 coccinelle ERROR: reference preceded by free on line 267 1
1688 /src/drivers/infiniband/core/uverbs_cmd.c @ Line 680 coccinelle atomic_dec_and_test variation before object free at line 690. 1
1689 /src/drivers/infiniband/hw/bnxt_re/qplib_fp.c @ Line 777 coccinelle WARNING: Comparison to bool 1
1690 /src/drivers/infiniband/hw/cxgb4/cq.c @ Line 420 coccinelle preceding lock on line 360 1
1691 /src/drivers/infiniband/hw/hfi1/tid_rdma.c @ Line 1111 coccinelle WARNING: conversion to bool not needed here 1
1692 /src/drivers/infiniband/hw/hns/hns_roce_hw_v1.c @ Line 876 coccinelle ERROR: invalid free of structure field 1
1693 /src/drivers/infiniband/hw/hns/hns_roce_hw_v1.c @ Line 878 coccinelle ERROR: invalid free of structure field 1
1694 /src/drivers/infiniband/hw/hns/hns_roce_qp.c @ Line 180 coccinelle ERROR: function alloc_qpn_with_bankid called on line 216 inside lock on line 213 but uses GFP_KERNEL 1
1695 /src/drivers/infiniband/hw/hns/hns_roce_qp.c @ Line 183 coccinelle ERROR: function alloc_qpn_with_bankid called on line 216 inside lock on line 213 but uses GFP_KERNEL 1
1696 /src/drivers/infiniband/hw/mlx4/mcg.c @ Line 444 coccinelle atomic_dec_and_test variation before object free at line 457. 1
1697 /src/drivers/infiniband/hw/mlx4/mcg.c @ Line 444 coccinelle atomic_dec_and_test variation before object free at line 462. 1
1698 /src/drivers/infiniband/hw/mlx5/devx.c @ Line 2076 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1699 /src/drivers/infiniband/hw/mlx5/fs.c @ Line 1033 coccinelle ERROR: reference preceded by free on line 1030 1
1700 /src/drivers/infiniband/hw/mlx5/fs.c @ Line 1432 coccinelle ERROR: reference preceded by free on line 1430 1
1701 /src/drivers/infiniband/hw/mlx5/mr.c @ Line 312 coccinelle preceding lock on line 320 1
1702 /src/drivers/infiniband/hw/mlx5/mr.c @ Line 323 coccinelle preceding lock on line 320 1
1703 /src/drivers/infiniband/hw/mlx5/qp.c @ Line 2234 coccinelle ERROR: recv_cq is NULL but dereferenced. 1
1704 /src/drivers/infiniband/hw/mlx5/qp.c @ Line 2241 coccinelle ERROR: recv_cq is NULL but dereferenced. 1
1705 /src/drivers/infiniband/hw/mlx5/qp.c @ Line 2261 coccinelle ERROR: recv_cq is NULL but dereferenced. 1
1706 /src/drivers/infiniband/hw/mlx5/qp.c @ Line 2268 coccinelle ERROR: recv_cq is NULL but dereferenced. 1
1707 /src/drivers/infiniband/hw/ocrdma/ocrdma_hw.c @ Line 867 coccinelle WARNING: Comparison to bool 1
1708 /src/drivers/infiniband/hw/ocrdma/ocrdma_hw.c @ Line 1059 coccinelle WARNING: Comparison to bool 1
1709 /src/drivers/infiniband/hw/ocrdma/ocrdma_hw.c @ Line 1124 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1710 /src/drivers/infiniband/hw/ocrdma/ocrdma_hw.c @ Line 671 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1711 /src/drivers/infiniband/hw/ocrdma/ocrdma_hw.c @ Line 971 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1712 /src/drivers/infiniband/hw/ocrdma/ocrdma_hw.c @ Line 1778 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1713 /src/drivers/infiniband/hw/qedr/qedr.h @ Line 629 coccinelle WARNING: return of 0/1 in function 'qedr_qp_has_rq' with return type bool 1
1714 /src/drivers/infiniband/hw/qedr/qedr.h @ Line 620 coccinelle WARNING: return of 0/1 in function 'qedr_qp_has_sq' with return type bool 1
1715 /src/drivers/infiniband/hw/qedr/verbs.c @ Line 752 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1716 /src/drivers/infiniband/hw/usnic/usnic_ib_main.c @ Line 478 coccinelle ERROR: invalid reference to the index variable of the iterator on line 466 1
1717 /src/drivers/infiniband/sw/siw/siw_cm.c @ Line 950 coccinelle WARNING: Comparison to bool 1
1718 /src/drivers/infiniband/sw/siw/siw_cm.c @ Line 1379 coccinelle WARNING: Comparison to bool 1
1719 /src/drivers/infiniband/sw/siw/siw_cm.c @ Line 794 coccinelle WARNING: Comparison to bool 1
1720 /src/drivers/infiniband/sw/siw/siw_cm.c @ Line 801 coccinelle WARNING: Comparison to bool 1
1721 /src/drivers/infiniband/sw/siw/siw_qp_rx.c @ Line 405 coccinelle preceding lock on line 340 1
1722 /src/drivers/infiniband/ulp/iser/iscsi_iser.c @ Line 221 coccinelle preceding lock on line 194 1
1723 /src/drivers/input/evdev.c @ Line 71 smatch.check_spectre warn: potential spectre issue 'counts' [r] (local cap) 1
1724 /src/drivers/input/evdev.c @ Line 981 smatch.check_spectre warn: potential spectre issue 'client->evmasks' [r] 1
1725 /src/drivers/input/evdev.c @ Line 985 smatch.check_spectre_second_half warn: possible spectre second half. 'oldmask' 1
1726 /src/drivers/input/evdev.c @ Line 1008 smatch.check_spectre warn: potential spectre issue 'client->evmasks' [r] 1
1727 /src/drivers/input/evdev.c @ Line 1009 smatch.check_spectre_second_half warn: possible spectre second half. 'mask' 1
1728 /src/drivers/input/evdev.c @ Line 1210 smatch.check_spectre warn: potential spectre issue 'dev->absinfo' [r] 1
1729 /src/drivers/input/evdev.c @ Line 1212 smatch.check_spectre_second_half warn: possible spectre second half. 'abs' 1
1730 /src/drivers/input/ff-core.c @ Line 145 smatch.check_spectre warn: potential spectre issue 'ff->effects' [r] 1
1731 /src/drivers/input/ff-core.c @ Line 159 smatch.check_spectre warn: potential spectre issue 'ff->effect_owners' [w] (local cap) 1
1732 /src/drivers/input/ff-core.c @ Line 184 smatch.check_spectre warn: potential spectre issue 'ff->effect_owners' [w] 1
1733 /src/drivers/input/ff-memless.c @ Line 438 smatch.check_spectre warn: potential spectre issue 'ml->states' [r] 1
1734 /src/drivers/input/ff-memless.c @ Line 469 smatch.check_spectre warn: potential spectre issue 'ml->states' [r] 1
1735 /src/drivers/input/input.c @ Line 801 smatch.check_spectre warn: potential spectre issue 'dev->keycode' [w] 1
1736 /src/drivers/input/input.c @ Line 868 smatch.check_spectre warn: potential spectre issue 'k' [r] (local cap) 1
1737 /src/drivers/input/input.c @ Line 874 smatch.check_spectre warn: potential spectre issue 'k' [r] (local cap) 1
1738 /src/drivers/input/input.c @ Line 880 smatch.check_spectre warn: potential spectre issue 'k' [r] (local cap) 1
1739 /src/drivers/input/input.c @ Line 886 smatch.check_spectre_second_half warn: possible spectre second half. '*old_keycode' 1
1740 /src/drivers/input/joydev.c @ Line 500 smatch.check_spectre warn: potential spectre issue 'joydev->keymap' [w] 1
1741 /src/drivers/input/keyboard/atkbd.c @ Line 327 coccinelle WARNING opportunity for kobj_to_dev() 1
1742 /src/drivers/input/misc/ims-pcu.c @ Line 1231 coccinelle WARNING opportunity for kobj_to_dev() 1
1743 /src/drivers/input/misc/uinput.c @ Line 504 smatch.check_spectre warn: potential spectre issue 'dev->absinfo' [w] (local cap) 1
1744 /src/drivers/input/misc/uinput.c @ Line 743 smatch.check_rosenberg warn: check that 'ff_up_compat' doesn't leak information (struct has a hole after 'replay') 1
1745 /src/drivers/input/misc/wistron_btns.c @ Line 1261 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1746 /src/drivers/input/misc/xen-kbdfront.c @ Line 241 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1747 /src/drivers/input/mouse/cyapa_gen5.c @ Line 2613 coccinelle WARNING: Comparison to bool 1
1748 /src/drivers/input/mouse/elan_i2c_core.c @ Line 1016 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1749 /src/drivers/input/mouse/elantech.c @ Line 1565 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1750 /src/drivers/input/mouse/hgpk.c @ Line 765 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1751 /src/drivers/input/mouse/psmouse-base.c @ Line 1923 coccinelle preceding lock on line 1928 1
1752 /src/drivers/input/mouse/psmouse-base.c @ Line 1932 coccinelle preceding lock on line 1928 1
1753 /src/drivers/input/mouse/psmouse-base.c @ Line 1937 coccinelle preceding lock on line 1928 1
1754 /src/drivers/input/mouse/trackpoint.c @ Line 217 coccinelle WARNING opportunity for kobj_to_dev() 1
1755 /src/drivers/input/rmi4/rmi_f54.c @ Line 207 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1756 /src/drivers/input/serio/i8042.c @ Line 1142 smatch.check_kernel_printf warn: argument 3 to %02x specifier has type 'char' 1
1757 /src/drivers/input/tablet/aiptek.c @ Line 1629 coccinelle WARNING: use scnprintf or sprintf 1
1758 /src/drivers/input/tablet/aiptek.c @ Line 1104 coccinelle WARNING: use scnprintf or sprintf 1
1759 /src/drivers/input/tablet/aiptek.c @ Line 1358 coccinelle WARNING: use scnprintf or sprintf 1
1760 /src/drivers/input/tablet/aiptek.c @ Line 1319 coccinelle WARNING: use scnprintf or sprintf 1
1761 /src/drivers/input/tablet/aiptek.c @ Line 1571 coccinelle WARNING: use scnprintf or sprintf 1
1762 /src/drivers/input/tablet/aiptek.c @ Line 1260 coccinelle WARNING: use scnprintf or sprintf 1
1763 /src/drivers/input/tablet/aiptek.c @ Line 1616 coccinelle WARNING: use scnprintf or sprintf 1
1764 /src/drivers/input/tablet/aiptek.c @ Line 1447 coccinelle WARNING: use scnprintf or sprintf 1
1765 /src/drivers/input/tablet/aiptek.c @ Line 1477 coccinelle WARNING: use scnprintf or sprintf 1
1766 /src/drivers/input/tablet/aiptek.c @ Line 1507 coccinelle WARNING: use scnprintf or sprintf 1
1767 /src/drivers/input/tablet/aiptek.c @ Line 1603 coccinelle WARNING: use scnprintf or sprintf 1
1768 /src/drivers/input/tablet/aiptek.c @ Line 1067 coccinelle WARNING: use scnprintf or sprintf 1
1769 /src/drivers/input/tablet/aiptek.c @ Line 1289 coccinelle WARNING: use scnprintf or sprintf 1
1770 /src/drivers/input/tablet/aiptek.c @ Line 1039 coccinelle WARNING: use scnprintf or sprintf 1
1771 /src/drivers/input/tablet/aiptek.c @ Line 1409 coccinelle WARNING: use scnprintf or sprintf 1
1772 /src/drivers/input/tablet/aiptek.c @ Line 1378 coccinelle WARNING: use scnprintf or sprintf 1
1773 /src/drivers/input/tablet/aiptek.c @ Line 1146 coccinelle WARNING: use scnprintf or sprintf 1
1774 /src/drivers/input/tablet/aiptek.c @ Line 1538 coccinelle WARNING: use scnprintf or sprintf 1
1775 /src/drivers/input/tablet/aiptek.c @ Line 1177 coccinelle WARNING: use scnprintf or sprintf 1
1776 /src/drivers/input/tablet/aiptek.c @ Line 1219 coccinelle WARNING: use scnprintf or sprintf 1
1777 /src/drivers/input/touchscreen/auo-pixcir-ts.c @ Line 552 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1778 /src/drivers/input/touchscreen/edt-ft5x06.c @ Line 694 coccinelle WARNING: debugfs_mode_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1779 /src/drivers/input/touchscreen/mms114.c @ Line 93 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1780 /src/drivers/input/touchscreen/tsc200x-core.c @ Line 341 coccinelle WARNING opportunity for kobj_to_dev() 1
1781 /src/drivers/input/touchscreen/zinitix.c @ Line 250 coccinelle WARNING: return of 0/1 in function 'zinitix_init_touch' with return type bool 1
1782 /src/drivers/iommu/intel/dmar.c @ Line 1499 smatch.check_shift_to_zero warn: right shifting more than type allows 64 vs 4294967295 1
1783 /src/drivers/iommu/intel/dmar.c @ Line 1562 smatch.check_readl_infinite_loops warn: this loop depends on readl() succeeding 1
1784 /src/drivers/iommu/intel/dmar.c @ Line 1929 smatch.check_readl_infinite_loops warn: this loop depends on readl() succeeding 1
1785 /src/drivers/iommu/intel/irq_remapping.c @ Line 516 smatch.check_readl_infinite_loops warn: this loop depends on readl() succeeding 1
1786 /src/drivers/iommu/intel/irq_remapping.c @ Line 686 smatch.check_readl_infinite_loops warn: this loop depends on readl() succeeding 1
1787 /src/drivers/iommu/intel/svm.c @ Line 407 coccinelle ERROR: svm is NULL but dereferenced. 1
1788 /src/drivers/iommu/ipmmu-vmsa.c @ Line 735 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 729, but without a corresponding object release within this function. 1
1789 /src/drivers/iommu/msm_iommu.c @ Line 628 coccinelle ERROR: invalid reference to the index variable of the iterator on line 624 1
1790 /src/drivers/iommu/msm_iommu.c @ Line 628 coccinelle ERROR: invalid reference to the index variable of the iterator on line 624 1
1791 /src/drivers/irqchip/irq-bcm7038-l1.c @ Line 444 coccinelle ERROR: iterator variable bound on line 441 cannot be NULL 1
1792 /src/drivers/irqchip/irq-csky-apb-intc.c @ Line 139 coccinelle WARNING: return of 0/1 in function 'handle_irq_perbit' with return type bool 1
1793 /src/drivers/irqchip/irq-gic.c @ Line 1344 coccinelle ERROR: missing iounmap; ioremap on line 1331 and execution via conditional on line 1334 1
1794 /src/drivers/irqchip/irq-mips-cpu.c @ Line 231 coccinelle alloc with no test, possible model on line 232 1
1795 /src/drivers/irqchip/irq-stm32-exti.c @ Line 816 coccinelle WARNING: invalid free of devm_ allocated data 1
1796 /src/drivers/irqchip/irq-stm32-exti.c @ Line 817 coccinelle WARNING: invalid free of devm_ allocated data 1
1797 /src/drivers/irqchip/irq-tango.c @ Line 189 coccinelle alloc with no test, possible model on line 193 1
1798 /src/drivers/isdn/capi/capi.c @ Line 152 smatch.check_return_enomem warn: returning -1 instead of -ENOMEM is sloppy 1
1799 /src/drivers/leds/leds-lm3533.c @ Line 611 coccinelle WARNING opportunity for kobj_to_dev() 1
1800 /src/drivers/leds/trigger/ledtrig-pattern.c @ Line 336 coccinelle WARNING opportunity for kobj_to_dev() 1
1801 /src/drivers/lightnvm/pblk-gc.c @ Line 27 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1802 /src/drivers/macintosh/adb.c @ Line 676 coccinelle WARNING comparing pointer to 0, suggest !E 1
1803 /src/drivers/macintosh/adb.c @ Line 676 coccinelle WARNING comparing pointer to 0 1
1804 /src/drivers/macintosh/adb.c @ Line 481 coccinelle WARNING comparing pointer to 0 1
1805 /src/drivers/macintosh/ams/ams-core.c @ Line 53 coccinelle WARNING: use scnprintf or sprintf 1
1806 /src/drivers/macintosh/macio-adb.c @ Line 101 coccinelle WARNING comparing pointer to 0, suggest !E 1
1807 /src/drivers/macintosh/macio-adb.c @ Line 214 coccinelle WARNING comparing pointer to 0 1
1808 /src/drivers/macintosh/macio-adb.c @ Line 101 coccinelle WARNING comparing pointer to 0 1
1809 /src/drivers/macintosh/macio-adb.c @ Line 184 coccinelle WARNING comparing pointer to 0 1
1810 /src/drivers/macintosh/macio_asic.c @ Line 221 coccinelle WARNING: Suspicious code. resource_size is maybe missing with res 1
1811 /src/drivers/macintosh/macio_asic.c @ Line 223 coccinelle WARNING: Suspicious code. resource_size is maybe missing with res 1
1812 /src/drivers/macintosh/smu.c @ Line 1089 coccinelle WARNING comparing pointer to 0, suggest !E 1
1813 /src/drivers/macintosh/smu.c @ Line 1256 coccinelle WARNING comparing pointer to 0 1
1814 /src/drivers/macintosh/smu.c @ Line 1089 coccinelle WARNING comparing pointer to 0 1
1815 /src/drivers/macintosh/smu.c @ Line 1279 coccinelle WARNING comparing pointer to 0 1
1816 /src/drivers/macintosh/via-cuda.c @ Line 242 coccinelle WARNING comparing pointer to 0, suggest !E 1
1817 /src/drivers/macintosh/via-cuda.c @ Line 520 coccinelle WARNING comparing pointer to 0 1
1818 /src/drivers/macintosh/via-cuda.c @ Line 239 coccinelle WARNING comparing pointer to 0 1
1819 /src/drivers/macintosh/via-cuda.c @ Line 242 coccinelle WARNING comparing pointer to 0 1
1820 /src/drivers/macintosh/windfarm_pm121.c @ Line 653 coccinelle WARNING comparing pointer to 0 1
1821 /src/drivers/macintosh/windfarm_pm121.c @ Line 972 coccinelle WARNING comparing pointer to 0 1
1822 /src/drivers/macintosh/windfarm_pm81.c @ Line 403 coccinelle WARNING comparing pointer to 0, suggest !E 1
1823 /src/drivers/macintosh/windfarm_pm81.c @ Line 707 coccinelle WARNING comparing pointer to 0 1
1824 /src/drivers/macintosh/windfarm_pm81.c @ Line 403 coccinelle WARNING comparing pointer to 0 1
1825 /src/drivers/macintosh/windfarm_pm91.c @ Line 152 coccinelle WARNING comparing pointer to 0 1
1826 /src/drivers/mailbox/mailbox.c @ Line 369 coccinelle ERROR: invalid reference to the index variable of the iterator on line 355 1
1827 /src/drivers/mailbox/pcc.c @ Line 580 coccinelle No need to set .owner here. The core will do it. 1
1828 /src/drivers/mailbox/platform_mhu.c @ Line 141 coccinelle line 141 is redundant because platform_get_irq() already prints an error 1
1829 /src/drivers/mailbox/tegra-hsp.c @ Line 788 coccinelle ERROR: iterator variable bound on line 787 cannot be NULL 1
1830 /src/drivers/mailbox/zynqmp-ipi-mailbox.c @ Line 654 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 660. 1
1831 /src/drivers/md/bcache/alloc.c @ Line 387 coccinelle preceding lock on line 321 1
1832 /src/drivers/md/bcache/alloc.c @ Line 387 coccinelle preceding lock on line 340 1
1833 /src/drivers/md/bcache/btree.c @ Line 1492 coccinelle preceding lock on line 1367 1
1834 /src/drivers/md/dm-bufio.c @ Line 2041 smatch.check_signed warn: impossible condition '(mem > (~0)) => (0-u64max > u64max)' 1
1835 /src/drivers/md/dm-crypt.c @ Line 1662 coccinelle preceding lock on line 1626 1
1836 /src/drivers/md/dm-integrity.c @ Line 1456 coccinelle atomic_dec_and_test variation before object free at line 1473. 1
1837 /src/drivers/md/dm-ioctl.c @ Line 986 smatch.check_signed warn: impossible condition '(indata[3] > (~0)) => (0-u64max > u64max)' 1
1838 /src/drivers/md/dm-ioctl.c @ Line 1699 smatch.check_spectre warn: potential spectre issue '_ioctls' [r] (local cap) 1
1839 /src/drivers/md/dm-ioctl.c @ Line 1740 smatch.smatch_kernel_user_data set_param_user_data: no type for 'param->nr_pages' 1
1840 /src/drivers/md/dm-ioctl.c @ Line 1740 smatch.smatch_kernel_user_data set_param_user_data: no type for 'param->size' 1
1841 /src/drivers/md/dm-mpath.c @ Line 1504 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1499 1
1842 /src/drivers/md/dm-raid1.c @ Line 929 smatch.check_spectre warn: potential spectre issue 'ms->mirror' [w] 1
1843 /src/drivers/md/dm-region-hash.c @ Line 332 smatch.check_locking error: double locked 'rh->hash_lock' (orig line 331) 1
1844 /src/drivers/md/dm-region-hash.c @ Line 627 smatch.check_locking error: double locked 'rh->recovery_count' (orig line 627) 1
1845 /src/drivers/md/dm-stats.c @ Line 519 smatch.check_spectre warn: potential spectre issue 's->stat_shared' [r] 1
1846 /src/drivers/md/dm-stats.c @ Line 676 smatch.check_spectre warn: potential spectre issue 's->stat_percpu[debug_smp_processor_id()]' [r] 1
1847 /src/drivers/md/dm-stats.c @ Line 697 smatch.check_spectre warn: potential spectre issue 's->stat_percpu[cpu]' [r] 1
1848 /src/drivers/md/dm-stats.c @ Line 726 smatch.check_spectre warn: potential spectre issue 's->stat_shared' [r] (local cap) 1
1849 /src/drivers/md/dm-stats.c @ Line 730 smatch.check_spectre warn: potential spectre issue 's->stat_percpu[debug_smp_processor_id()]' [r] (local cap) 1
1850 /src/drivers/md/dm-stats.c @ Line 835 smatch.check_spectre warn: potential spectre issue 's->stat_shared' [r] (local cap) 1
1851 /src/drivers/md/dm-table.c @ Line 449 coccinelle ERROR: invalid reference to the index variable of the iterator on line 438 1
1852 /src/drivers/md/dm-verity-verify-sig.c @ Line 23 coccinelle WARNING: Comparison to bool 1
1853 /src/drivers/md/dm-writecache.c @ Line 2008 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1854 /src/drivers/md/dm-writecache.c @ Line 2024 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
1855 /src/drivers/md/md-bitmap.c @ Line 480 smatch.smatch_kernel_user_data set_param_user_data: no type for '*bitmap->mddev->bitmap_info.cluster_name' 1
1856 /src/drivers/md/md-bitmap.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for '*bitmap->mddev->bitmap_info.cluster_name' 1
1857 /src/drivers/md/md-bitmap.c @ Line 1731 smatch.smatch_kernel_user_data set_param_user_data: no type for '*bitmap->mddev->bitmap_info.cluster_name' 1
1858 /src/drivers/md/md-bitmap.c @ Line 2051 smatch.smatch_kernel_user_data set_param_user_data: no type for '*bitmap->mddev->bitmap_info.cluster_name' 1
1859 /src/drivers/md/md-bitmap.c @ Line 2202 smatch.check_64bit_shift warn: should '1 << chunkshift' be a 64 bit type? 1
1860 /src/drivers/md/md.c @ Line 1964 smatch.check_spectre warn: potential spectre issue 'sb->dev_roles' [r] (local cap) 1
1861 /src/drivers/md/md.c @ Line 4253 smatch.check_64bit_shift warn: should 'mddev->new_chunk_sectors << 9' be a 64 bit type? 1
1862 /src/drivers/md/md.c @ Line 4254 smatch.check_64bit_shift warn: should 'mddev->chunk_sectors << 9' be a 64 bit type? 1
1863 /src/drivers/md/md.c @ Line 4255 smatch.check_64bit_shift warn: should 'mddev->chunk_sectors << 9' be a 64 bit type? 1
1864 /src/drivers/md/md.c @ Line 4677 smatch.check_spectre warn: potential spectre issue '_ctype' [w] (local cap) 1
1865 /src/drivers/md/md.c @ Line 8416 smatch.smatch_kernel_user_data set_param_user_data: no type for '*mddev->bitmap_info.cluster_name' 1
1866 /src/drivers/md/md.c @ Line 8436 smatch.smatch_kernel_user_data set_param_user_data: no type for '*mddev->bitmap_info.cluster_name' 1
1867 /src/drivers/md/md.c @ Line 6257 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1868 /src/drivers/md/raid0.c @ Line 151 smatch.check_64bit_shift warn: should 'mddev->chunk_sectors << 9' be a 64 bit type? 1
1869 /src/drivers/md/raid10.c @ Line 831 smatch.check_uninitialized error: uninitialized symbol 'best_pending_slot'. 1
1870 /src/drivers/md/raid10.c @ Line 3503 smatch.check_check_deref error: we previously assumed 'bio' could be null (see line 3495) 1
1871 /src/drivers/md/raid10.c @ Line 3508 smatch.check_check_deref error: we previously assumed 'mreplace' could be null (see line 3394) 1
1872 /src/drivers/md/raid10.c @ Line 3527 smatch.check_check_deref error: we previously assumed 'mrdev' could be null (see line 3349) 1
1873 /src/drivers/md/raid10.c @ Line 3858 smatch.check_64bit_shift warn: should '1 << conf->geo.chunk_shift' be a 64 bit type? 1
1874 /src/drivers/md/raid10.c @ Line 1541 coccinelle atomic_dec_and_test variation before object free at line 1547. 1
1875 /src/drivers/md/raid10.c @ Line 1541 coccinelle atomic_dec_and_test variation before object free at line 1552. 1
1876 /src/drivers/md/raid5-cache.c @ Line 857 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1877 /src/drivers/md/raid5.c @ Line 2840 smatch.check_uninitialized error: uninitialized symbol 'rdev'. 1
1878 /src/drivers/md/raid5.c @ Line 2845 smatch.check_uninitialized error: uninitialized symbol 'rdev'. 1
1879 /src/drivers/md/raid5.c @ Line 6969 smatch.check_kmalloc_wrong_size warn: double check that we're allocating correct size: 176 vs 1 1
1880 /src/drivers/md/raid5.c @ Line 7189 smatch.check_64bit_shift warn: should 'mddev->new_chunk_sectors << 9' be a 64 bit type? 1
1881 /src/drivers/md/raid5.c @ Line 8187 smatch.check_no_effect warn: statement has no effect 31 1
1882 /src/drivers/md/raid5.c @ Line 8263 smatch.check_no_effect warn: statement has no effect 31 1
1883 /src/drivers/md/raid5.c @ Line 203 coccinelle WARNING: Comparison to bool 1
1884 /src/drivers/media/dvb-core/dmxdev.c @ Line 729 smatch.check_check_deref error: we previously assumed '*secfeed' could be null (see line 719) 1
1885 /src/drivers/media/dvb-core/dvb_frontend.c @ Line 2848 coccinelle preceding lock on line 2737 1
1886 /src/drivers/media/dvb-core/dvb_frontend.c @ Line 2848 coccinelle preceding lock on line 2760 1
1887 /src/drivers/media/dvb-core/dvb_net.c @ Line 811 smatch.check_check_deref error: we previously assumed 'h.priv->ule_skb' could be null (see line 801) 1
1888 /src/drivers/media/dvb-frontends/cx22700.c @ Line 250 smatch.check_signed warn: assigning (-10) to unsigned variable 'rs_ber' 1
1889 /src/drivers/media/dvb-frontends/cx22700.c @ Line 288 smatch.check_signed warn: assigning (-10) to unsigned variable 'rs_ber' 1
1890 /src/drivers/media/dvb-frontends/cx22700.c @ Line 299 smatch.check_signed warn: assigning (-10) to unsigned variable 'rs_ber' 1
1891 /src/drivers/media/dvb-frontends/cx24123.c @ Line 327 smatch.check_signed warn: assigning (-96) to unsigned variable 'nom_reg' 1
1892 /src/drivers/media/dvb-frontends/cx24123.c @ Line 656 smatch.check_signed warn: assigning (-96) to unsigned variable 'val' 1
1893 /src/drivers/media/dvb-frontends/cx24123.c @ Line 715 smatch.check_signed warn: assigning (-95) to unsigned variable 'val' 1
1894 /src/drivers/media/dvb-frontends/cx24123.c @ Line 879 smatch.check_signed warn: assigning (-24320) to unsigned variable '*signal_strength' 1
1895 /src/drivers/media/dvb-frontends/cx24123.c @ Line 893 smatch.check_signed warn: assigning (-16711586) to unsigned variable '*snr' 1
1896 /src/drivers/media/dvb-frontends/cx24123.c @ Line 964 smatch.check_signed warn: assigning (-95) to unsigned variable 'val' 1
1897 /src/drivers/media/dvb-frontends/l64781.c @ Line 557 smatch.check_check_deref error: we previously assumed 'state' could be null (see line 501) 1
1898 /src/drivers/media/dvb-frontends/mt352.c @ Line 326 smatch.check_signed warn: assigning (-95) to unsigned variable 'tps' 1
1899 /src/drivers/media/dvb-frontends/mt352.c @ Line 327 smatch.check_signed warn: assigning (-95) to unsigned variable 'div' 1
1900 /src/drivers/media/dvb-frontends/mt352.c @ Line 467 smatch.check_signed warn: assigning (-1520) to unsigned variable 'signal' 1
1901 /src/drivers/media/dvb-frontends/sp887x.c @ Line 483 smatch.check_signed warn: '(snr12 << 4) | (snr12 >> 8)' 1048575 can't fit into 65535 '*snr' 1
1902 /src/drivers/media/dvb-frontends/stv090x.c @ Line 799 coccinelle preceding lock on line 768 1
1903 /src/drivers/media/dvb-frontends/stv090x.c @ Line 3064 smatch.smatch_flow parse error: Function too hairy. Giving up. 18 seconds 1
1904 /src/drivers/media/dvb-frontends/zl10353.c @ Line 384 smatch.check_signed warn: assigning (-95) to unsigned variable 'tps' 1
1905 /src/drivers/media/dvb-frontends/zl10353.c @ Line 497 smatch.check_signed warn: assigning (-377) to unsigned variable 'signal' 1
1906 /src/drivers/media/i2c/imx214.c @ Line 940 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1907 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 223 coccinelle preceding lock on line 267 1
1908 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 230 coccinelle preceding lock on line 267 1
1909 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 236 coccinelle preceding lock on line 267 1
1910 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 245 coccinelle preceding lock on line 267 1
1911 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 251 coccinelle preceding lock on line 267 1
1912 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 257 coccinelle preceding lock on line 267 1
1913 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 272 coccinelle preceding lock on line 267 1
1914 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 598 coccinelle preceding lock on line 627 1
1915 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 598 coccinelle preceding lock on line 689 1
1916 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 606 coccinelle preceding lock on line 627 1
1917 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 606 coccinelle preceding lock on line 689 1
1918 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 648 coccinelle preceding lock on line 627 1
1919 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 648 coccinelle preceding lock on line 689 1
1920 /src/drivers/media/pci/ivtv/ivtv-fileops.c @ Line 692 coccinelle preceding lock on line 689 1
1921 /src/drivers/media/pci/ivtv/ivtv-ioctl.c @ Line 1790 coccinelle preceding lock on line 1802 1
1922 /src/drivers/media/pci/ivtv/ivtv-ioctl.c @ Line 1792 coccinelle preceding lock on line 1802 1
1923 /src/drivers/media/pci/ivtv/ivtv-ioctl.c @ Line 1806 coccinelle preceding lock on line 1802 1
1924 /src/drivers/media/pci/solo6x10/solo6x10-core.c @ Line 371 coccinelle WARNING opportunity for kobj_to_dev() 1
1925 /src/drivers/media/platform/exynos4-is/media-dev.c @ Line 487 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 490. 1
1926 /src/drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c @ Line 1367 coccinelle line 1367 is redundant because platform_get_irq() already prints an error 1
1927 /src/drivers/media/platform/rcar_drif.c @ Line 1236 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
1928 /src/drivers/media/platform/ti-vpe/vpdma.c @ Line 946 coccinelle WARNING: Comparison to bool 1
1929 /src/drivers/media/rc/imon.c @ Line 1164 coccinelle preceding lock on line 1150 1
1930 /src/drivers/media/test-drivers/vidtv/vidtv_psi.c @ Line 509 coccinelle WARNING opportunity for kmemdup 1
1931 /src/drivers/media/usb/cpia2/cpia2_v4l.c @ Line 181 coccinelle preceding lock on line 193 1
1932 /src/drivers/media/usb/cpia2/cpia2_v4l.c @ Line 186 coccinelle preceding lock on line 193 1
1933 /src/drivers/media/usb/cpia2/cpia2_v4l.c @ Line 195 coccinelle preceding lock on line 193 1
1934 /src/drivers/media/usb/cpia2/cpia2_v4l.c @ Line 197 coccinelle preceding lock on line 193 1
1935 /src/drivers/media/usb/go7007/go7007-i2c.c @ Line 125 coccinelle preceding lock on line 61 1
1936 /src/drivers/media/usb/s2255/s2255drv.c @ Line 2363 coccinelle atomic_dec_and_test variation before object free at line 2364. 1
1937 /src/drivers/media/usb/s2255/s2255drv.c @ Line 1559 coccinelle atomic_dec_and_test variation before object free at line 1560. 1
1938 /src/drivers/media/usb/uvc/uvc_ctrl.c @ Line 1876 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1860 1
1939 /src/drivers/media/usb/uvc/uvc_v4l2.c @ Line 874 coccinelle ERROR: invalid reference to the index variable of the iterator on line 870 1
1940 /src/drivers/media/usb/uvc/uvc_v4l2.c @ Line 885 coccinelle ERROR: invalid reference to the index variable of the iterator on line 877 1
1941 /src/drivers/media/usb/uvc/uvc_v4l2.c @ Line 885 coccinelle ERROR: invalid reference to the index variable of the iterator on line 877 1
1942 /src/drivers/memory/atmel-ebi.c @ Line 593 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 604. 1
1943 /src/drivers/memory/stm32-fmc2-ebi.c @ Line 1046 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1051. 1
1944 /src/drivers/memory/stm32-fmc2-ebi.c @ Line 1046 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1056. 1
1945 /src/drivers/memory/stm32-fmc2-ebi.c @ Line 1046 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1061. 1
1946 /src/drivers/memory/stm32-fmc2-ebi.c @ Line 1046 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1069. 1
1947 /src/drivers/memory/tegra/tegra124-emc.c @ Line 1121 coccinelle WARNING: tegra_emc_debug_max_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1948 /src/drivers/memory/tegra/tegra124-emc.c @ Line 1091 coccinelle WARNING: tegra_emc_debug_min_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1949 /src/drivers/memory/tegra/tegra186-emc.c @ Line 158 coccinelle WARNING: tegra186_emc_debug_max_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1950 /src/drivers/memory/tegra/tegra186-emc.c @ Line 128 coccinelle WARNING: tegra186_emc_debug_min_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1951 /src/drivers/memory/tegra/tegra20-emc.c @ Line 744 coccinelle WARNING: tegra_emc_debug_max_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1952 /src/drivers/memory/tegra/tegra20-emc.c @ Line 714 coccinelle WARNING: tegra_emc_debug_min_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1953 /src/drivers/memory/tegra/tegra20-emc.c @ Line 1095 coccinelle line 1095 is redundant because platform_get_irq() already prints an error 1
1954 /src/drivers/memory/tegra/tegra210-emc-core.c @ Line 1695 coccinelle WARNING: tegra210_emc_debug_max_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1955 /src/drivers/memory/tegra/tegra210-emc-core.c @ Line 1665 coccinelle WARNING: tegra210_emc_debug_min_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1956 /src/drivers/memory/tegra/tegra210-emc-core.c @ Line 1726 coccinelle WARNING: tegra210_emc_debug_temperature_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1957 /src/drivers/memory/tegra/tegra30-emc.c @ Line 1322 coccinelle WARNING: tegra_emc_debug_max_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1958 /src/drivers/memory/tegra/tegra30-emc.c @ Line 1292 coccinelle WARNING: tegra_emc_debug_min_rate_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
1959 /src/drivers/memory/ti-aemif.c @ Line 379 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 382. 1
1960 /src/drivers/memstick/core/ms_block.c @ Line 2036 coccinelle WARNING: Comparison of 0/1 to bool variable 1
1961 /src/drivers/memstick/host/jmb38x_ms.c @ Line 881 coccinelle ERROR: missing iounmap; ioremap on line 859 and execution via conditional on line 879 1
1962 /src/drivers/memstick/host/r592.c @ Line 23 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1963 /src/drivers/message/fusion/mptbase.c @ Line 5324 coccinelle WARNING: casting value returned by memory allocation function to (IOUnitPage2_t *) is useless. 1
1964 /src/drivers/message/fusion/mptbase.c @ Line 4977 coccinelle WARNING: casting value returned by memory allocation function to (LANPage0_t *) is useless. 1
1965 /src/drivers/message/fusion/mptbase.c @ Line 5023 coccinelle WARNING: casting value returned by memory allocation function to (LANPage1_t *) is useless. 1
1966 /src/drivers/message/fusion/mptbase.c @ Line 4337 smatch.check_return_enomem warn: returning -1 instead of -ENOMEM is sloppy 1
1967 /src/drivers/message/fusion/mptbase.c @ Line 4344 smatch.check_return_enomem warn: returning -1 instead of -ENOMEM is sloppy 1
1968 /src/drivers/message/fusion/mptbase.c @ Line 4411 smatch.check_return_enomem warn: returning -1 instead of -ENOMEM is sloppy 1
1969 /src/drivers/message/fusion/mptctl.c @ Line 2309 coccinelle preceding lock on line 2168 1
1970 /src/drivers/message/fusion/mptfc.c @ Line 455 coccinelle ERROR: invalid reference to the index variable of the iterator on line 440 1
1971 /src/drivers/message/fusion/mptsas.c @ Line 3446 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1972 /src/drivers/message/fusion/mptsas.c @ Line 3452 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
1973 /src/drivers/message/fusion/mptscsih.c @ Line 3147 coccinelle WARNING: use scnprintf or sprintf 1
1974 /src/drivers/message/fusion/mptscsih.c @ Line 3135 coccinelle WARNING: use scnprintf or sprintf 1
1975 /src/drivers/message/fusion/mptscsih.c @ Line 3160 coccinelle WARNING: use scnprintf or sprintf 1
1976 /src/drivers/message/fusion/mptscsih.c @ Line 3199 coccinelle WARNING: use scnprintf or sprintf 1
1977 /src/drivers/message/fusion/mptscsih.c @ Line 3186 coccinelle WARNING: use scnprintf or sprintf 1
1978 /src/drivers/message/fusion/mptscsih.c @ Line 3173 coccinelle WARNING: use scnprintf or sprintf 1
1979 /src/drivers/message/fusion/mptscsih.c @ Line 3065 coccinelle WARNING: use scnprintf or sprintf 1
1980 /src/drivers/message/fusion/mptscsih.c @ Line 3049 coccinelle WARNING: use scnprintf or sprintf 1
1981 /src/drivers/message/fusion/mptscsih.c @ Line 3081 coccinelle WARNING: use scnprintf or sprintf 1
1982 /src/drivers/message/fusion/mptscsih.c @ Line 3122 coccinelle WARNING: use scnprintf or sprintf 1
1983 /src/drivers/message/fusion/mptscsih.c @ Line 3108 coccinelle WARNING: use scnprintf or sprintf 1
1984 /src/drivers/message/fusion/mptscsih.c @ Line 3094 coccinelle WARNING: use scnprintf or sprintf 1
1985 /src/drivers/message/fusion/mptscsih.c @ Line 766 smatch.check_indenting warn: inconsistent indenting 1
1986 /src/drivers/message/fusion/mptscsih.c @ Line 841 smatch.check_indenting warn: inconsistent indenting 1
1987 /src/drivers/mfd/dln2.c @ Line 183 coccinelle ERROR: invalid reference to the index variable of the iterator on line 171 1
1988 /src/drivers/mfd/janz-cmodio.c @ Line 157 coccinelle WARNING: use scnprintf or sprintf 1
1989 /src/drivers/mfd/lm3533-core.c @ Line 361 coccinelle WARNING opportunity for kobj_to_dev() 1
1990 /src/drivers/mfd/mfd-core.c @ Line 209 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before break around line 223. 1
1991 /src/drivers/mfd/mfd-core.c @ Line 209 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 214. 1
1992 /src/drivers/mfd/mfd-core.c @ Line 209 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 221. 1
1993 /src/drivers/mfd/stmpe.c @ Line 1351 coccinelle WARNING: Assignment of 0/1 to bool variable 1
1994 /src/drivers/misc/atmel-ssc.c @ Line 52 coccinelle ERROR: invalid reference to the index variable of the iterator on line 32 1
1995 /src/drivers/misc/atmel_tclib.c @ Line 63 coccinelle ERROR: invalid reference to the index variable of the iterator on line 50 1
1996 /src/drivers/misc/cxl/sysfs.c @ Line 181 coccinelle WARNING: conversion to bool not needed here 1
1997 /src/drivers/misc/enclosure.c @ Line 429 coccinelle WARNING: use scnprintf or sprintf 1
1998 /src/drivers/misc/enclosure.c @ Line 542 coccinelle WARNING: use scnprintf or sprintf 1
1999 /src/drivers/misc/enclosure.c @ Line 484 coccinelle WARNING: use scnprintf or sprintf 1
2000 /src/drivers/misc/enclosure.c @ Line 566 coccinelle WARNING: use scnprintf or sprintf 1
2001 /src/drivers/misc/enclosure.c @ Line 596 coccinelle WARNING: use scnprintf or sprintf 1
2002 /src/drivers/misc/enclosure.c @ Line 641 coccinelle WARNING: use scnprintf or sprintf 1
2003 /src/drivers/misc/enclosure.c @ Line 508 coccinelle WARNING: use scnprintf or sprintf 1
2004 /src/drivers/misc/enclosure.c @ Line 626 coccinelle WARNING: use scnprintf or sprintf 1
2005 /src/drivers/misc/fastrpc.c @ Line 1351 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1344 1
2006 /src/drivers/misc/habanalabs/gaudi/gaudi.c @ Line 6632 coccinelle preceding lock on line 6584 1
2007 /src/drivers/misc/ibmvmc.c @ Line 493 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2008 /src/drivers/misc/ibmvmc.c @ Line 1189 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2009 /src/drivers/misc/lkdtm/heap.c @ Line 88 coccinelle ERROR: reference preceded by free on line 85 1
2010 /src/drivers/misc/lkdtm/heap.c @ Line 48 coccinelle ERROR: reference preceded by free on line 47 1
2011 /src/drivers/misc/mei/hw-me.c @ Line 940 coccinelle preceding lock on line 904 1
2012 /src/drivers/misc/mei/hw-me.c @ Line 761 coccinelle preceding lock on line 750 1
2013 /src/drivers/misc/mei/hw-me.c @ Line 777 coccinelle preceding lock on line 750 1
2014 /src/drivers/misc/ocxl/link.c @ Line 456 coccinelle ERROR: invalid reference to the index variable of the iterator on line 446 1
2015 /src/drivers/misc/pci_endpoint_test.c @ Line 317 coccinelle WARNING: Comparison to bool 1
2016 /src/drivers/misc/pci_endpoint_test.c @ Line 321 coccinelle WARNING: Comparison to bool 1
2017 /src/drivers/misc/sgi-gru/grukservices.c @ Line 1157 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2018 /src/drivers/misc/sgi-gru/grumain.c @ Line 632 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2019 /src/drivers/misc/sgi-gru/grumain.c @ Line 556 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2020 /src/drivers/misc/sgi-gru/grumain.c @ Line 568 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2021 /src/drivers/misc/sgi-gru/grumain.c @ Line 658 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2022 /src/drivers/misc/sgi-gru/grumain.c @ Line 667 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2023 /src/drivers/misc/sgi-gru/grumain.c @ Line 163 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2024 /src/drivers/misc/vmw_balloon.c @ Line 888 coccinelle ERROR: invalid reference to the index variable of the iterator on line 874 1
2025 /src/drivers/misc/vmw_vmci/vmci_context.c @ Line 692 coccinelle ERROR: invalid reference to the index variable of the iterator on line 679 1
2026 /src/drivers/misc/vmw_vmci/vmci_guest.c @ Line 456 smatch.check_kernel_printf warn: argument 3 to %#lx specifier is cast from pointer 1
2027 /src/drivers/mmc/core/debugfs.c @ Line 116 smatch.check_64bit_shift warn: should '1 << ios->bus_width' be a 64 bit type? 1
2028 /src/drivers/mmc/core/mmc.c @ Line 774 smatch.check_64bit_shift warn: should 'card->erase_size << 9' be a 64 bit type? 1
2029 /src/drivers/mmc/core/mmc.c @ Line 775 smatch.check_64bit_shift warn: should 'card->pref_erase << 9' be a 64 bit type? 1
2030 /src/drivers/mmc/core/mmc.c @ Line 959 smatch.check_64bit_shift warn: should '1 << bus_width' be a 64 bit type? 1
2031 /src/drivers/mmc/core/mmc.c @ Line 1046 smatch.check_64bit_shift warn: should '1 << bus_width' be a 64 bit type? 1
2032 /src/drivers/mmc/core/mmc.c @ Line 1098 smatch.check_64bit_shift warn: should '1 << bus_width' be a 64 bit type? 1
2033 /src/drivers/mmc/core/sd.c @ Line 682 smatch.check_64bit_shift warn: should 'card->erase_size << 9' be a 64 bit type? 1
2034 /src/drivers/mmc/core/sd.c @ Line 683 smatch.check_64bit_shift warn: should 'card->pref_erase << 9' be a 64 bit type? 1
2035 /src/drivers/mmc/host/android-goldfish.c @ Line 462 coccinelle WARNING comparing pointer to 0, suggest !E 1
2036 /src/drivers/mmc/host/android-goldfish.c @ Line 462 coccinelle WARNING comparing pointer to 0 1
2037 /src/drivers/mmc/host/atmel-mci.c @ Line 1619 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2038 /src/drivers/mmc/host/atmel-mci.c @ Line 2404 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2039 /src/drivers/mmc/host/atmel-mci.c @ Line 2405 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2040 /src/drivers/mmc/host/atmel-mci.c @ Line 2406 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2041 /src/drivers/mmc/host/atmel-mci.c @ Line 2407 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2042 /src/drivers/mmc/host/atmel-mci.c @ Line 2408 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2043 /src/drivers/mmc/host/atmel-mci.c @ Line 2409 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2044 /src/drivers/mmc/host/atmel-mci.c @ Line 2410 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2045 /src/drivers/mmc/host/atmel-mci.c @ Line 2411 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2046 /src/drivers/mmc/host/atmel-mci.c @ Line 2412 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2047 /src/drivers/mmc/host/atmel-mci.c @ Line 2413 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2048 /src/drivers/mmc/host/atmel-mci.c @ Line 2414 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2049 /src/drivers/mmc/host/atmel-mci.c @ Line 2420 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2050 /src/drivers/mmc/host/atmel-mci.c @ Line 2424 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2051 /src/drivers/mmc/host/atmel-mci.c @ Line 2425 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2052 /src/drivers/mmc/host/atmel-mci.c @ Line 2426 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2053 /src/drivers/mmc/host/atmel-mci.c @ Line 2427 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2054 /src/drivers/mmc/host/atmel-mci.c @ Line 2428 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2055 /src/drivers/mmc/host/atmel-mci.c @ Line 2431 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2056 /src/drivers/mmc/host/atmel-mci.c @ Line 2432 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2057 /src/drivers/mmc/host/atmel-mci.c @ Line 2433 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2058 /src/drivers/mmc/host/atmel-mci.c @ Line 2436 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2059 /src/drivers/mmc/host/atmel-mci.c @ Line 2437 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2060 /src/drivers/mmc/host/atmel-mci.c @ Line 2442 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2061 /src/drivers/mmc/host/atmel-mci.c @ Line 712 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2062 /src/drivers/mmc/host/davinci_mmc.c @ Line 923 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2063 /src/drivers/mmc/host/davinci_mmc.c @ Line 1269 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2064 /src/drivers/mmc/host/davinci_mmc.c @ Line 607 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2065 /src/drivers/mmc/host/davinci_mmc.c @ Line 480 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2066 /src/drivers/mmc/host/mtk-sd.c @ Line 2220 coccinelle WARNING: Comparison to bool 1
2067 /src/drivers/mmc/host/omap_hsmmc.c @ Line 288 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2068 /src/drivers/mmc/host/omap_hsmmc.c @ Line 297 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2069 /src/drivers/mmc/host/omap_hsmmc.c @ Line 1864 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2070 /src/drivers/mmc/host/omap_hsmmc.c @ Line 294 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2071 /src/drivers/mmc/host/omap_hsmmc.c @ Line 303 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2072 /src/drivers/mmc/host/sdhci-msm.c @ Line 1949 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2073 /src/drivers/mmc/host/sdhci-msm.c @ Line 1187 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2074 /src/drivers/mmc/host/sdhci-msm.c @ Line 1715 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2075 /src/drivers/mmc/host/sdhci-of-esdhc.c @ Line 162 coccinelle WARNING: Comparison to bool 1
2076 /src/drivers/mmc/host/sdhci-tegra.c @ Line 258 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2077 /src/drivers/mmc/host/sdhci.c @ Line 1712 coccinelle preceding lock on line 1721 1
2078 /src/drivers/mmc/host/sdhci.c @ Line 1725 coccinelle preceding lock on line 1721 1
2079 /src/drivers/mmc/host/sdhci.c @ Line 1728 coccinelle preceding lock on line 1721 1
2080 /src/drivers/most/most_usb.c @ Line 833 coccinelle WARNING: use scnprintf or sprintf 1
2081 /src/drivers/mtd/chips/cfi_cmdset_0001.c @ Line 981 coccinelle preceding lock on line 973 1
2082 /src/drivers/mtd/chips/cfi_cmdset_0001.c @ Line 1019 coccinelle preceding lock on line 973 1
2083 /src/drivers/mtd/chips/cfi_cmdset_0001.c @ Line 1019 coccinelle preceding lock on line 983 1
2084 /src/drivers/mtd/chips/cfi_cmdset_0001.c @ Line 1019 coccinelle preceding lock on line 1005 1
2085 /src/drivers/mtd/chips/cfi_cmdset_0001.c @ Line 1184 coccinelle preceding lock on line 1217 1
2086 /src/drivers/mtd/chips/cfi_cmdset_0001.c @ Line 1184 coccinelle preceding lock on line 1225 1
2087 /src/drivers/mtd/chips/cfi_cmdset_0002.c @ Line 968 coccinelle preceding lock on line 901 1
2088 /src/drivers/mtd/chips/cfi_cmdset_0002.c @ Line 968 coccinelle preceding lock on line 977 1
2089 /src/drivers/mtd/chips/cfi_cmdset_0002.c @ Line 1094 coccinelle preceding lock on line 1119 1
2090 /src/drivers/mtd/chips/cfi_cmdset_0002.c @ Line 1094 coccinelle preceding lock on line 1127 1
2091 /src/drivers/mtd/ftl.c @ Line 270 coccinelle WARNING: array_size is already used (line 266) to compute the same size 1
2092 /src/drivers/mtd/lpddr/lpddr_cmds.c @ Line 252 coccinelle preceding lock on line 244 1
2093 /src/drivers/mtd/lpddr/lpddr_cmds.c @ Line 291 coccinelle preceding lock on line 244 1
2094 /src/drivers/mtd/lpddr/lpddr_cmds.c @ Line 291 coccinelle preceding lock on line 254 1
2095 /src/drivers/mtd/lpddr/lpddr_cmds.c @ Line 291 coccinelle preceding lock on line 276 1
2096 /src/drivers/mtd/maps/sc520cdp.c @ Line 238 coccinelle ERROR: missing iounmap; ioremap on line 228 and execution via conditional on line 230 1
2097 /src/drivers/mtd/mtdcore.c @ Line 296 coccinelle WARNING: use scnprintf or sprintf 1
2098 /src/drivers/mtd/mtdcore.c @ Line 306 coccinelle WARNING: use scnprintf or sprintf 1
2099 /src/drivers/mtd/mtdcore.c @ Line 237 coccinelle WARNING: use scnprintf or sprintf 1
2100 /src/drivers/mtd/mtdcore.c @ Line 275 coccinelle WARNING: use scnprintf or sprintf 1
2101 /src/drivers/mtd/mtdcore.c @ Line 286 coccinelle WARNING: use scnprintf or sprintf 1
2102 /src/drivers/mtd/mtdcore.c @ Line 264 coccinelle WARNING: use scnprintf or sprintf 1
2103 /src/drivers/mtd/mtdcore.c @ Line 227 coccinelle WARNING: use scnprintf or sprintf 1
2104 /src/drivers/mtd/mtdcore.c @ Line 162 coccinelle WARNING: use scnprintf or sprintf 1
2105 /src/drivers/mtd/mtdcore.c @ Line 143 coccinelle WARNING: use scnprintf or sprintf 1
2106 /src/drivers/mtd/mtdcore.c @ Line 218 coccinelle WARNING: use scnprintf or sprintf 1
2107 /src/drivers/mtd/mtdcore.c @ Line 208 coccinelle WARNING: use scnprintf or sprintf 1
2108 /src/drivers/mtd/mtdcore.c @ Line 199 coccinelle WARNING: use scnprintf or sprintf 1
2109 /src/drivers/mtd/mtdcore.c @ Line 190 coccinelle WARNING: use scnprintf or sprintf 1
2110 /src/drivers/mtd/mtdcore.c @ Line 152 coccinelle WARNING: use scnprintf or sprintf 1
2111 /src/drivers/mtd/mtdcore.c @ Line 181 coccinelle WARNING: use scnprintf or sprintf 1
2112 /src/drivers/mtd/mtdcore.c @ Line 134 coccinelle WARNING: use scnprintf or sprintf 1
2113 /src/drivers/mtd/mtdcore.c @ Line 171 coccinelle WARNING: use scnprintf or sprintf 1
2114 /src/drivers/mtd/mtdpart.c @ Line 220 coccinelle WARNING: use scnprintf or sprintf 1
2115 /src/drivers/mtd/nand/raw/qcom_nandc.c @ Line 1775 coccinelle WARNING: conversion to bool not needed here 1
2116 /src/drivers/mtd/ubi/wl.c @ Line 2074 coccinelle preceding lock on line 2072 1
2117 /src/drivers/net/bonding/bond_3ad.c @ Line 1528 smatch.check_check_deref error: we previously assumed 'port->aggregator' could be null (see line 1390) 1
2118 /src/drivers/net/bonding/bond_alb.c @ Line 850 smatch.check_return_enomem warn: returning -1 instead of -ENOMEM is sloppy 1
2119 /src/drivers/net/bonding/bond_alb.c @ Line 974 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2120 /src/drivers/net/bonding/bond_main.c @ Line 701 smatch.check_locking error: double unlocked 'bond_dev->addr_list_lock' (orig line 700) 1
2121 /src/drivers/net/bonding/bond_main.c @ Line 701 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 700) 1
2122 /src/drivers/net/bonding/bond_main.c @ Line 707 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 700) 1
2123 /src/drivers/net/bonding/bond_main.c @ Line 741 smatch.check_locking error: double unlocked 'new_active->dev->addr_list_lock' (orig line 740) 1
2124 /src/drivers/net/bonding/bond_main.c @ Line 1650 smatch.check_locking error: double unlocked 'bond_dev->addr_list_lock' (orig line 1649) 1
2125 /src/drivers/net/bonding/bond_main.c @ Line 1953 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 1752) 1
2126 /src/drivers/net/bonding/bond_main.c @ Line 1954 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 1752) 1
2127 /src/drivers/net/bonding/bond_main.c @ Line 1955 smatch.check_locking error: double unlocked 'bond_dev->addr_list_lock' (orig line 1650) 1
2128 /src/drivers/net/bonding/bond_main.c @ Line 1961 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 1752) 1
2129 /src/drivers/net/bonding/bond_main.c @ Line 3899 smatch.check_locking error: double unlocked 'slave->dev->addr_list_lock' (orig line 3898) 1
2130 /src/drivers/net/bonding/bond_main.c @ Line 3904 smatch.check_locking error: double unlocked 'slave->dev->addr_list_lock' (orig line 3903) 1
2131 /src/drivers/net/bonding/bond_netlink.c @ Line 270 smatch.check_uninitialized error: uninitialized symbol 'err'. 1
2132 /src/drivers/net/bonding/bond_procfs.c @ Line 145 smatch.check_kernel_printf warn: '%pM' expects argument of type u8 * or bdaddr_t *, argument 3 has type 'struct mac_addr*' 1
2133 /src/drivers/net/bonding/bond_procfs.c @ Line 214 smatch.check_kernel_printf warn: '%pM' expects argument of type u8 * or bdaddr_t *, argument 3 has type 'struct mac_addr*' 1
2134 /src/drivers/net/bonding/bond_procfs.c @ Line 228 smatch.check_kernel_printf warn: '%pM' expects argument of type u8 * or bdaddr_t *, argument 3 has type 'struct mac_addr*' 1
2135 /src/drivers/net/can/at91_can.c @ Line 1185 coccinelle WARNING: use scnprintf or sprintf 1
2136 /src/drivers/net/can/janz-ican3.c @ Line 1834 coccinelle WARNING: use scnprintf or sprintf 1
2137 /src/drivers/net/dsa/bcm_sf2_cfp.c @ Line 577 coccinelle ERROR: invalid reference to the index variable of the iterator on line 572 1
2138 /src/drivers/net/dsa/microchip/ksz_common.c @ Line 433 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 438. 1
2139 /src/drivers/net/dsa/mv88e6xxx/chip.c @ Line 1213 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1201 1
2140 /src/drivers/net/dsa/mv88e6xxx/chip.c @ Line 1213 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1201 1
2141 /src/drivers/net/dsa/sja1105/sja1105_vl.c @ Line 43 coccinelle ERROR: invalid reference to the index variable of the iterator on line 32 1
2142 /src/drivers/net/ethernet/8390/ax88796.c @ Line 961 coccinelle ERROR: missing iounmap; ioremap on line 927 and execution via conditional on line 942 1
2143 /src/drivers/net/ethernet/amd/pcnet32.c @ Line 705 coccinelle preceding lock on line 700 1
2144 /src/drivers/net/ethernet/aquantia/atlantic/aq_nic.c @ Line 133 coccinelle ERROR: Assignment of non-0/1 constant to bool variable 1
2145 /src/drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c @ Line 342 coccinelle ERROR: missing iounmap; ioremap on line 280 and execution via conditional on line 289 1
2146 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h @ Line 1255 smatch.check_locking error: double unlocked 'bp->dev->addr_list_lock' (orig line 1244) 1
2147 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h @ Line 1258 smatch.check_locking error: double unlocked 'bp->dev->addr_list_lock' (orig line 1244) 1
2148 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h @ Line 640 smatch.check_deref_check warn: variable dereferenced before check 'ilt' (see line 638) 1
2149 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c @ Line 5642 smatch.check_return_cast warn: signedness bug returning '(-22)' 1
2150 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c @ Line 7189 smatch.check_uninitialized error: uninitialized symbol 'fw_ver1'. 1
2151 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c @ Line 13028 coccinelle ERROR: invalid reference to the index variable of the iterator on line 13017 1
2152 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c @ Line 12781 smatch.check_locking error: double unlocked 'bp->dev->addr_list_lock' (orig line 12760) 1
2153 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c @ Line 12787 smatch.check_locking error: double unlocked 'bp->dev->addr_list_lock' (orig line 12760) 1
2154 /src/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c @ Line 2647 smatch.check_memcpy_overflow error: memcpy() '&bulletin->vlan' too small (2 vs 4) 1
2155 /src/drivers/net/ethernet/broadcom/bnxt/bnxt.c @ Line 10274 smatch.check_locking error: double unlocked 'dev->addr_list_lock' (orig line 10243) 1
2156 /src/drivers/net/ethernet/broadcom/genet/bcmgenet.c @ Line 2418 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2157 /src/drivers/net/ethernet/broadcom/tg3.c @ Line 2605 smatch.check_uninitialized error: uninitialized symbol 'phy9_orig'. 1
2158 /src/drivers/net/ethernet/broadcom/tg3.c @ Line 5991 smatch.check_uninitialized error: uninitialized symbol 'local_adv'. 1
2159 /src/drivers/net/ethernet/broadcom/tg3.c @ Line 5991 smatch.check_uninitialized error: uninitialized symbol 'remote_adv'. 1
2160 /src/drivers/net/ethernet/broadcom/tg3.c @ Line 7377 smatch.check_spectre warn: potential spectre issue 'tp->napi' [w] (local cap) 1
2161 /src/drivers/net/ethernet/broadcom/tg3.c @ Line 10723 smatch.check_indenting warn: inconsistent indenting 1
2162 /src/drivers/net/ethernet/broadcom/tg3.c @ Line 11669 smatch.check_spectre warn: potential spectre issue 'tp->napi' [r] (local cap) 1
2163 /src/drivers/net/ethernet/broadcom/tg3.c @ Line 12046 smatch.check_spectre warn: potential spectre issue 'data' [r] 1
2164 /src/drivers/net/ethernet/cavium/liquidio/cn66xx_regs.h @ Line 413 coccinelle duplicated argument to & or | 1
2165 /src/drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c @ Line 327 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2166 /src/drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c @ Line 3558 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2167 /src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.c @ Line 161 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2168 /src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c @ Line 5142 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2169 /src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c @ Line 529 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2170 /src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c @ Line 533 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2171 /src/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c @ Line 453 coccinelle atomic_dec_and_test variation before object free at line 456. 1
2172 /src/drivers/net/ethernet/chelsio/cxgb4/l2t.c @ Line 388 coccinelle atomic_dec_and_test variation before object free at line 389. 1
2173 /src/drivers/net/ethernet/dlink/dl2k.c @ Line 975 smatch.check_check_deref error: we previously assumed 'skb' could be null (see line 961) 1
2174 /src/drivers/net/ethernet/faraday/ftgmac100.c @ Line 1456 coccinelle preceding lock on line 1421 1
2175 /src/drivers/net/ethernet/faraday/ftgmac100.c @ Line 1456 coccinelle preceding lock on line 1423 1
2176 /src/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c @ Line 1651 coccinelle WARNING !A || A && B is equivalent to !A || B 1
2177 /src/drivers/net/ethernet/freescale/fman/fman_port.c @ Line 1897 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 1798, but without a corresponding object release within this function. 1
2178 /src/drivers/net/ethernet/freescale/fman/fman_port.c @ Line 1903 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 1798, but without a corresponding object release within this function. 1
2179 /src/drivers/net/ethernet/ibm/ibmveth.c @ Line 1805 coccinelle WARNING opportunity for kobj_to_dev() 1
2180 /src/drivers/net/ethernet/ibm/ibmvnic.c @ Line 2968 coccinelle ERROR: scrq is NULL but dereferenced. 1
2181 /src/drivers/net/ethernet/ibm/ibmvnic.c @ Line 2968 coccinelle ERROR: scrq is NULL but dereferenced. 1
2182 /src/drivers/net/ethernet/intel/e100.c @ Line 798 smatch.check_spectre warn: potential spectre issue 'nic->eeprom' [w] 1
2183 /src/drivers/net/ethernet/intel/e100.c @ Line 1578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'netdev->qdisc->handle' 1
2184 /src/drivers/net/ethernet/intel/e100.c @ Line 1578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'netdev->qdisc->limit' 1
2185 /src/drivers/net/ethernet/intel/e100.c @ Line 1578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'netdev->qdisc->parent' 1
2186 /src/drivers/net/ethernet/intel/e100.c @ Line 2526 smatch.check_spectre warn: potential spectre issue 'nic->eeprom' [w] 1
2187 /src/drivers/net/ethernet/intel/e100.c @ Line 2539 smatch.check_spectre warn: potential spectre issue 'nic->eeprom' [w] 1
2188 /src/drivers/net/ethernet/intel/e100.c @ Line 2712 smatch.check_memcpy_overflow error: memcpy() '*e100_gstrings_test' too small (32 vs 160) 1
2189 /src/drivers/net/ethernet/intel/e100.c @ Line 2715 smatch.check_memcpy_overflow error: memcpy() '*e100_gstrings_stats' too small (32 vs 992) 1
2190 /src/drivers/net/ethernet/intel/e1000/e1000_ethtool.c @ Line 506 smatch.check_spectre warn: potential spectre issue 'eeprom_buff' [r] 1
2191 /src/drivers/net/ethernet/intel/e1000e/ethtool.c @ Line 595 smatch.check_spectre warn: potential spectre issue 'eeprom_buff' [r] 1
2192 /src/drivers/net/ethernet/intel/e1000e/ich8lan.c @ Line 3278 smatch.check_spectre warn: potential spectre issue 'dev_spec->shadow_ram' [r] 1
2193 /src/drivers/net/ethernet/intel/e1000e/ich8lan.c @ Line 3366 smatch.check_spectre warn: potential spectre issue 'dev_spec->shadow_ram' [r] 1
2194 /src/drivers/net/ethernet/intel/e1000e/ich8lan.c @ Line 3745 smatch.check_spectre warn: potential spectre issue 'dev_spec->shadow_ram' [w] 1
2195 /src/drivers/net/ethernet/intel/e1000e/netdev.c @ Line 2353 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ring->buffer_info->nr_pages' 1
2196 /src/drivers/net/ethernet/intel/e1000e/netdev.c @ Line 2353 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ring->buffer_info->size' 1
2197 /src/drivers/net/ethernet/intel/e1000e/netdev.c @ Line 2485 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_ring->buffer_info->nr_pages' 1
2198 /src/drivers/net/ethernet/intel/e1000e/netdev.c @ Line 2485 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_ring->buffer_info->size' 1
2199 /src/drivers/net/ethernet/intel/i40e/i40e_ethtool.c @ Line 3868 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3822 1
2200 /src/drivers/net/ethernet/intel/i40e/i40e_main.c @ Line 7136 coccinelle ERROR: invalid reference to the index variable of the iterator on line 7103 1
2201 /src/drivers/net/ethernet/intel/iavf/iavf_common.c @ Line 932 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2202 /src/drivers/net/ethernet/intel/igb/igb_main.c @ Line 8426 smatch.check_err_ptr_deref error: (-2147483647) too low for ERR_PTR 1
2203 /src/drivers/net/ethernet/intel/igb/igb_main.c @ Line 8756 smatch.check_err_ptr_deref error: 'skb' dereferencing possible ERR_PTR() 1
2204 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 4592 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2205 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 4438 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2206 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 4396 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2207 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 4018 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2208 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 92 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2209 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 4933 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2210 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 4955 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2211 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 4961 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2212 /src/drivers/net/ethernet/intel/igc/igc_main.c @ Line 3599 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2213 /src/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c @ Line 2372 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2214 /src/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c @ Line 2376 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2215 /src/drivers/net/ethernet/jme.c @ Line 1274 coccinelle atomic_dec_and_test variation before object free at line 1298. 1
2216 /src/drivers/net/ethernet/jme.c @ Line 1274 coccinelle atomic_dec_and_test variation before object free at line 1337. 1
2217 /src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c @ Line 4059 coccinelle preceding lock on line 3961 1
2218 /src/drivers/net/ethernet/marvell/prestera/prestera_main.c @ Line 76 coccinelle ERROR: invalid reference to the index variable of the iterator on line 70 1
2219 /src/drivers/net/ethernet/marvell/prestera/prestera_main.c @ Line 62 coccinelle ERROR: invalid reference to the index variable of the iterator on line 56 1
2220 /src/drivers/net/ethernet/marvell/sky2.c @ Line 2629 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
2221 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4826 coccinelle ERROR: reference preceded by free on line 4832 1
2222 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4845 coccinelle ERROR: reference preceded by free on line 4832 1
2223 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 5141 coccinelle ERROR: reference preceded by free on line 5145 1
2224 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 5157 coccinelle ERROR: reference preceded by free on line 5145 1
2225 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 5099 coccinelle ERROR: reference preceded by free on line 5099 1
2226 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 5095 coccinelle ERROR: reference preceded by free on line 5100 1
2227 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4886 coccinelle ERROR: reference preceded by free on line 4894 1
2228 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4899 coccinelle ERROR: reference preceded by free on line 4894 1
2229 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4912 coccinelle ERROR: reference preceded by free on line 4894 1
2230 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4954 coccinelle ERROR: reference preceded by free on line 4962 1
2231 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4688 coccinelle ERROR: reference preceded by free on line 4697 1
2232 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4708 coccinelle ERROR: reference preceded by free on line 4697 1
2233 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4761 coccinelle ERROR: reference preceded by free on line 4767 1
2234 /src/drivers/net/ethernet/mellanox/mlx4/resource_tracker.c @ Line 4781 coccinelle ERROR: reference preceded by free on line 4767 1
2235 /src/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c @ Line 4167 coccinelle ERROR: iterator variable bound on line 4135 cannot be NULL 1
2236 /src/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c @ Line 45 coccinelle WARNING: Use ARRAY_SIZE 1
2237 /src/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c @ Line 68 coccinelle WARNING: Use ARRAY_SIZE 1
2238 /src/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c @ Line 575 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2239 /src/drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c @ Line 184 coccinelle ERROR: invalid reference to the index variable of the iterator on line 198 1
2240 /src/drivers/net/ethernet/microchip/enc28j60_hw.h @ Line 29 coccinelle duplicated argument to & or | 1
2241 /src/drivers/net/ethernet/microchip/encx24j600_hw.h @ Line 101 coccinelle duplicated argument to & or | 1
2242 /src/drivers/net/ethernet/myricom/myri10ge/myri10ge.c @ Line 2898 coccinelle ERROR: iterator variable bound on line 2893 cannot be NULL 1
2243 /src/drivers/net/ethernet/neterion/vxge/vxge-config.c @ Line 218 coccinelle preceding lock on line 166 1
2244 /src/drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c @ Line 898 coccinelle preceding lock on line 839 1
2245 /src/drivers/net/ethernet/nvidia/forcedeth.c @ Line 3474 coccinelle WARNING: possible condition with no effect (if == else) 1
2246 /src/drivers/net/ethernet/pensando/ionic/ionic_dev.c @ Line 482 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2247 /src/drivers/net/ethernet/qlogic/qed/qed_dev.c @ Line 210 coccinelle ERROR: invalid reference to the index variable of the iterator on line 191 1
2248 /src/drivers/net/ethernet/qlogic/qed/qed_int.c @ Line 1879 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2249 /src/drivers/net/ethernet/qlogic/qed/qed_int.c @ Line 1872 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2250 /src/drivers/net/ethernet/qlogic/qed/qed_iwarp.c @ Line 1651 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1629 1
2251 /src/drivers/net/ethernet/qlogic/qed/qed_mcp.c @ Line 2235 coccinelle WARNING: Comparison to bool 1
2252 /src/drivers/net/ethernet/qlogic/qed/qed_mcp.c @ Line 1374 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2253 /src/drivers/net/ethernet/qlogic/qed/qed_spq.c @ Line 966 coccinelle ERROR: invalid reference to the index variable of the iterator on line 933 1
2254 /src/drivers/net/ethernet/qlogic/qed/qed_spq.c @ Line 966 coccinelle ERROR: invalid reference to the index variable of the iterator on line 933 1
2255 /src/drivers/net/ethernet/qlogic/qed/qed_vf.c @ Line 184 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2256 /src/drivers/net/ethernet/qlogic/qed/qed_vf.c @ Line 1249 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2257 /src/drivers/net/ethernet/qlogic/qede/qede_filter.c @ Line 845 coccinelle ERROR: invalid reference to the index variable of the iterator on line 841 1
2258 /src/drivers/net/ethernet/qlogic/qede/qede_filter.c @ Line 845 coccinelle ERROR: invalid reference to the index variable of the iterator on line 841 1
2259 /src/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c @ Line 699 coccinelle WARNING: Comparison to bool 1
2260 /src/drivers/net/ethernet/realtek/8139too.c @ Line 2517 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->qdisc->handle' 1
2261 /src/drivers/net/ethernet/realtek/8139too.c @ Line 2517 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->qdisc->limit' 1
2262 /src/drivers/net/ethernet/realtek/8139too.c @ Line 2517 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->qdisc->parent' 1
2263 /src/drivers/net/ethernet/realtek/8139too.c @ Line 2596 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->qdisc->handle' 1
2264 /src/drivers/net/ethernet/realtek/8139too.c @ Line 2596 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->qdisc->limit' 1
2265 /src/drivers/net/ethernet/realtek/8139too.c @ Line 2596 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->qdisc->parent' 1
2266 /src/drivers/net/ethernet/realtek/r8169_main.c @ Line 1500 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
2267 /src/drivers/net/ethernet/realtek/r8169_main.c @ Line 1640 smatch.check_memcpy_overflow error: memcpy() '*rtl8169_gstrings' too small (32 vs 416) 1
2268 /src/drivers/net/ethernet/realtek/r8169_main.c @ Line 5167 smatch.check_unwind warn: 'clk' not released on lines: 5167. 1
2269 /src/drivers/net/ethernet/rocker/rocker_ofdpa.c @ Line 926 coccinelle WARNING !A || A && B is equivalent to !A || B 1
2270 /src/drivers/net/ethernet/sfc/ef10_sriov.c @ Line 664 coccinelle preceding lock on line 580 1
2271 /src/drivers/net/ethernet/sfc/ef10_sriov.c @ Line 684 coccinelle preceding lock on line 580 1
2272 /src/drivers/net/ethernet/sfc/enum.h @ Line 80 coccinelle duplicated argument to & or | 1
2273 /src/drivers/net/ethernet/sfc/mcdi_filters.c @ Line 549 coccinelle preceding lock on line 380 1
2274 /src/drivers/net/ethernet/sfc/ptp.c @ Line 1446 coccinelle alloc with no test, possible model on line 1461 1
2275 /src/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c @ Line 233 coccinelle WARNING: possible condition with no effect (if == else) 1
2276 /src/drivers/net/ethernet/sun/niu.c @ Line 9555 coccinelle atomic_dec_and_test variation before object free at line 9556. 1
2277 /src/drivers/net/ethernet/ti/am65-cpsw-nuss.c @ Line 1794 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1807. 1
2278 /src/drivers/net/ethernet/ti/am65-cpsw-nuss.c @ Line 1794 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1813. 1
2279 /src/drivers/net/ethernet/ti/am65-cpsw-nuss.c @ Line 1794 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1830. 1
2280 /src/drivers/net/ethernet/ti/am65-cpsw-nuss.c @ Line 1794 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1843. 1
2281 /src/drivers/net/ethernet/ti/am65-cpsw-nuss.c @ Line 1794 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1853. 1
2282 /src/drivers/net/ethernet/ti/am65-cpsw-nuss.c @ Line 1794 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1865. 1
2283 /src/drivers/net/ethernet/ti/am65-cpsw-nuss.c @ Line 1794 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1872. 1
2284 /src/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c @ Line 1600 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1574 1
2285 /src/drivers/net/ethernet/xilinx/xilinx_emaclite.c @ Line 694 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2286 /src/drivers/net/ethernet/xilinx/xilinx_emaclite.c @ Line 393 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2287 /src/drivers/net/ethernet/xilinx/xilinx_emaclite.c @ Line 401 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2288 /src/drivers/net/ethernet/xilinx/xilinx_emaclite.c @ Line 334 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2289 /src/drivers/net/ethernet/xilinx/xilinx_emaclite.c @ Line 336 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2290 /src/drivers/net/ethernet/xircom/xirc2ps_cs.c @ Line 375 coccinelle duplicated argument to & or | 1
2291 /src/drivers/net/hyperv/rndis_filter.c @ Line 305 coccinelle ERROR: invalid reference to the index variable of the iterator on line 289 1
2292 /src/drivers/net/hyperv/rndis_filter.c @ Line 321 coccinelle ERROR: invalid reference to the index variable of the iterator on line 289 1
2293 /src/drivers/net/hyperv/rndis_filter.c @ Line 324 coccinelle ERROR: invalid reference to the index variable of the iterator on line 289 1
2294 /src/drivers/net/ieee802154/at86rf230.c @ Line 355 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2295 /src/drivers/net/ieee802154/at86rf230.c @ Line 767 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2296 /src/drivers/net/ieee802154/at86rf230.c @ Line 865 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2297 /src/drivers/net/ieee802154/cc2520.c @ Line 902 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2298 /src/drivers/net/ieee802154/cc2520.c @ Line 513 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2299 /src/drivers/net/ieee802154/cc2520.c @ Line 530 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2300 /src/drivers/net/ieee802154/mcr20a.c @ Line 899 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2301 /src/drivers/net/ieee802154/mcr20a.c @ Line 912 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2302 /src/drivers/net/ieee802154/mcr20a.c @ Line 474 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2303 /src/drivers/net/ipa/gsi.c @ Line 1257 coccinelle line 1257 is redundant because platform_get_irq() already prints an error 1
2304 /src/drivers/net/loopback.c @ Line 141 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
2305 /src/drivers/net/loopback.c @ Line 149 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
2306 /src/drivers/net/macsec.c @ Line 1662 coccinelle preceding lock on line 1641 1
2307 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_addr.sa_family' 1
2308 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_broadaddr.sa_family' 1
2309 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_dstaddr.sa_family' 1
2310 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_flags' 1
2311 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_hwaddr.sa_family' 1
2312 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_ivalue' 1
2313 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_map.base_addr' 1
2314 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_map.dma' 1
2315 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_map.irq' 1
2316 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_map.mem_end' 1
2317 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_map.mem_start' 1
2318 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_map.port' 1
2319 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_mtu' 1
2320 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_netmask.sa_family' 1
2321 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_settings.size' 1
2322 /src/drivers/net/mii.c @ Line 586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mii_data->ifr_ifru.ifru_settings.type' 1
2323 /src/drivers/net/net_failover.c @ Line 253 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 252) 1
2324 /src/drivers/net/net_failover.c @ Line 259 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 258) 1
2325 /src/drivers/net/net_failover.c @ Line 528 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 519) 1
2326 /src/drivers/net/net_failover.c @ Line 529 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 519) 1
2327 /src/drivers/net/net_failover.c @ Line 567 smatch.check_locking error: double unlocked 'failover_dev->addr_list_lock' (orig line 530) 1
2328 /src/drivers/net/net_failover.c @ Line 567 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 519) 1
2329 /src/drivers/net/net_failover.c @ Line 568 smatch.check_locking error: double unlocked 'failover_dev->addr_list_lock' (orig line 530) 1
2330 /src/drivers/net/net_failover.c @ Line 568 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 519) 1
2331 /src/drivers/net/net_failover.c @ Line 609 smatch.check_locking error: double unlocked 'failover_dev->addr_list_lock' (orig line 608) 1
2332 /src/drivers/net/net_failover.c @ Line 609 smatch.check_locking error: double unlocked 'slave_dev->addr_list_lock' (orig line 608) 1
2333 /src/drivers/net/phy/phy_device.c @ Line 1410 smatch.check_check_deref error: we previously assumed 'phydev->attached_dev' could be null (see line 1393) 1
2334 /src/drivers/net/phy/phy_device.c @ Line 2852 smatch.check_indenting warn: inconsistent indenting 1
2335 /src/drivers/net/ppp/bsd_comp.c @ Line 439 coccinelle WARNING: array_size is already used (line 409) to compute the same size 1
2336 /src/drivers/net/ppp/ppp_generic.c @ Line 762 smatch.check_get_user_overflow warn: check for integer over/underflow 'val' 1
2337 /src/drivers/net/rionet.c @ Line 435 coccinelle ERROR: invalid reference to the index variable of the iterator on line 415 1
2338 /src/drivers/net/tap.c @ Line 785 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2339 /src/drivers/net/team/team.c @ Line 2742 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2743 1
2340 /src/drivers/net/tun.c @ Line 756 coccinelle WARNING: Comparison to bool 1
2341 /src/drivers/net/tun.c @ Line 1428 smatch.check_err_ptr_deref error: (-2147483647) too low for ERR_PTR 1
2342 /src/drivers/net/virtio_net.c @ Line 1888 smatch.check_buffer_too_small_for_struct warn: is 'buf' large enough for 'struct virtio_net_ctrl_mac'? 0 1
2343 /src/drivers/net/virtio_net.c @ Line 2578 smatch.check_uninitialized error: uninitialized symbol 'v'. 1
2344 /src/drivers/net/virtio_net.c @ Line 1556 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2345 /src/drivers/net/wireless/ath/ath10k/spectral.c @ Line 176 coccinelle ERROR: invalid reference to the index variable of the iterator on line 171 1
2346 /src/drivers/net/wireless/ath/ath11k/dp_rx.c @ Line 4166 coccinelle ERROR: invalid reference to the index variable of the iterator on line 4156 1
2347 /src/drivers/net/wireless/ath/ath11k/dp_rx.c @ Line 4166 coccinelle ERROR: invalid reference to the index variable of the iterator on line 4156 1
2348 /src/drivers/net/wireless/ath/ath11k/mac.c @ Line 1845 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2349 /src/drivers/net/wireless/ath/ath6kl/htc_mbox.c @ Line 107 coccinelle ERROR: invalid reference to the index variable of the iterator on line 64 1
2350 /src/drivers/net/wireless/ath/ath9k/ar9003_aic.c @ Line 50 smatch.check_unreachable warn: ignoring unreachable code. 1
2351 /src/drivers/net/wireless/ath/ath9k/ar9003_aic.c @ Line 115 coccinelle duplicated argument to & or | 1
2352 /src/drivers/net/wireless/ath/ath9k/ar9003_aic.c @ Line 116 coccinelle duplicated argument to & or | 1
2353 /src/drivers/net/wireless/ath/ath9k/ar9003_aic.c @ Line 117 coccinelle duplicated argument to & or | 1
2354 /src/drivers/net/wireless/ath/ath9k/ar9003_aic.c @ Line 118 coccinelle duplicated argument to & or | 1
2355 /src/drivers/net/wireless/ath/ath9k/ar9003_aic.c @ Line 119 coccinelle duplicated argument to & or | 1
2356 /src/drivers/net/wireless/ath/ath9k/ar9003_aic.c @ Line 120 coccinelle duplicated argument to & or | 1
2357 /src/drivers/net/wireless/ath/ath9k/beacon.c @ Line 324 smatch.check_64bit_shift warn: should '(sc->sc_ah->config.sw_beacon_response_time) << 10' be a 64 bit type? 1
2358 /src/drivers/net/wireless/ath/ath9k/common-beacon.c @ Line 26 smatch.check_64bit_shift warn: should '(2 + ah->config.sw_beacon_response_time) << 10' be a 64 bit type? 1
2359 /src/drivers/net/wireless/ath/ath9k/link.c @ Line 184 smatch.check_memcpy_overflow error: memset() 'tx_info' too small (48 vs 56) 1
2360 /src/drivers/net/wireless/ath/ath9k/pci.c @ Line 997 smatch.check_kernel_printf warn: argument 4 to %lx specifier is cast from pointer 1
2361 /src/drivers/net/wireless/broadcom/b43/phy_n.c @ Line 4606 coccinelle WARNING: possible condition with no effect (if == else) 1
2362 /src/drivers/net/wireless/broadcom/b43/phy_n.c @ Line 4640 coccinelle WARNING: possible condition with no effect (if == else) 1
2363 /src/drivers/net/wireless/broadcom/b43/xmit.c @ Line 174 coccinelle WARNING: possible condition with no effect (if == else) 1
2364 /src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c @ Line 164 smatch.check_unwind warn: 'pdata->oob_irq_nr' not released on lines: 123. 1
2365 /src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c @ Line 2136 smatch.check_check_deref error: we previously assumed 'sme->crypto.psk' could be null (see line 2116) 1
2366 /src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c @ Line 490 coccinelle ERROR: ( * ifp ) is NULL but dereferenced. 1
2367 /src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c @ Line 364 smatch.check_memcpy_overflow error: memcpy() '&"boardrev=0xff"' too small (8 vs 13) 1
2368 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c @ Line 584 smatch.check_spectre warn: potential spectre issue 'ampdu->fifo_tb' [r] 1
2369 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c @ Line 599 smatch.check_spectre warn: potential spectre issue 'ampdu->max_txlen' [r] 1
2370 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c @ Line 605 smatch.check_spectre warn: potential spectre issue 'f->mcs2ampdu_table' [r] 1
2371 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c @ Line 664 smatch.check_spectre warn: potential spectre issue 'ampdu->fifo_tb' [r] 1
2372 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c @ Line 337 smatch.check_signed warn: '62856' 62856 can't fit into 32767 'pi->nphy_papd_epsilon_offset[0]' 1
2373 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c @ Line 338 smatch.check_signed warn: '62856' 62856 can't fit into 32767 'pi->nphy_papd_epsilon_offset[1]' 1
2374 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c @ Line 3996 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2375 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c @ Line 4033 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2376 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c @ Line 3952 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2377 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c @ Line 3975 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2378 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c @ Line 4062 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2379 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c @ Line 4081 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2380 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 23430 smatch.check_index_overflow error: buffer overflow 'tbl_iqcal_gainparams_nphy[band_idx]' 9 <= 9 (assuming for loop doesn't break) 1
2381 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 23431 smatch.check_index_overflow error: buffer overflow 'tbl_iqcal_gainparams_nphy[band_idx]' 9 <= 9 (assuming for loop doesn't break) 1
2382 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 23432 smatch.check_index_overflow error: buffer overflow 'tbl_iqcal_gainparams_nphy[band_idx]' 9 <= 9 (assuming for loop doesn't break) 1
2383 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 23435 smatch.check_index_overflow error: buffer overflow 'tbl_iqcal_gainparams_nphy[band_idx]' 9 <= 9 (assuming for loop doesn't break) 1
2384 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 23436 smatch.check_index_overflow error: buffer overflow 'tbl_iqcal_gainparams_nphy[band_idx]' 9 <= 9 (assuming for loop doesn't break) 1
2385 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 23437 smatch.check_index_overflow error: buffer overflow 'tbl_iqcal_gainparams_nphy[band_idx]' 9 <= 9 (assuming for loop doesn't break) 1
2386 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 23438 smatch.check_index_overflow error: buffer overflow 'tbl_iqcal_gainparams_nphy[band_idx]' 9 <= 9 (assuming for loop doesn't break) 1
2387 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 26332 smatch.check_shift_to_zero warn: mask and shift to zero 1
2388 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 26383 smatch.check_shift_to_zero warn: mask and shift to zero 1
2389 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 26457 smatch.check_shift_to_zero warn: mask and shift to zero 1
2390 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 26507 smatch.check_shift_to_zero warn: mask and shift to zero 1
2391 /src/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c @ Line 27309 smatch.check_return_cast warn: signedness bug returning '(-128)' 1
2392 /src/drivers/net/wireless/intel/ipw2x00/ipw2100.c @ Line 6781 smatch.check_signed warn: assigning (-78) to unsigned variable 'range->avg_qual.level' 1
2393 /src/drivers/net/wireless/intel/ipw2x00/ipw2200.c @ Line 8311 smatch.check_indenting warn: inconsistent indenting 1
2394 /src/drivers/net/wireless/intel/ipw2x00/libipw_rx.c @ Line 429 smatch.check_spectre warn: potential spectre issue 'ieee->crypt_info.crypt' [r] 1
2395 /src/drivers/net/wireless/intel/ipw2x00/libipw_rx.c @ Line 448 smatch.check_spectre_second_half warn: possible spectre second half. 'crypt' 1
2396 /src/drivers/net/wireless/intel/ipw2x00/libipw_rx.c @ Line 638 smatch.check_spectre_second_half warn: possible spectre second half. 'crypt' 1
2397 /src/drivers/net/wireless/intel/ipw2x00/libipw_rx.c @ Line 674 smatch.check_spectre warn: potential spectre issue 'ieee->sec.encode_alg' [w] 1
2398 /src/drivers/net/wireless/intel/ipw2x00/libipw_rx.c @ Line 873 smatch.check_no_if_block warn: if statement not indented 1
2399 /src/drivers/net/wireless/intel/ipw2x00/libipw_rx.c @ Line 888 smatch.check_no_if_block warn: if statement not indented 1
2400 /src/drivers/net/wireless/intel/ipw2x00/libipw_tx.c @ Line 387 smatch.check_check_deref error: we previously assumed 'crypt->ops' could be null (see line 338) 1
2401 /src/drivers/net/wireless/intel/ipw2x00/libipw_wx.c @ Line 407 smatch.check_check_deref error: we previously assumed '(*crypt)->ops' could be null (see line 360) 1
2402 /src/drivers/net/wireless/intel/iwlegacy/4965-mac.c @ Line 2596 coccinelle WARNING !A || A && B is equivalent to !A || B 1
2403 /src/drivers/net/wireless/intel/iwlwifi/fw/acpi.c @ Line 502 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
2404 /src/drivers/net/wireless/intel/iwlwifi/fw/acpi.c @ Line 540 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
2405 /src/drivers/net/wireless/intel/iwlwifi/fw/acpi.c @ Line 600 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
2406 /src/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c @ Line 163 smatch.check_free_strict error: double free of 'pnvm_data' 1
2407 /src/drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c @ Line 956 coccinelle ERROR: invalid reference to the index variable of the iterator on line 934 1
2408 /src/drivers/net/wireless/intel/iwlwifi/mvm/fw.c @ Line 1063 smatch.check_index_overflow error: buffer overflow 'gain' 11 <= 11 1
2409 /src/drivers/net/wireless/intel/iwlwifi/mvm/ops.c @ Line 786 smatch.check_snprintf_overflow error: snprintf() chops off the last chars of 'fw->fw_version': 64 vs 32 1
2410 /src/drivers/net/wireless/intel/iwlwifi/mvm/rs.c @ Line 2281 smatch.check_testing_index_after_use error: testing array offset 'low' after use. 1
2411 /src/drivers/net/wireless/intel/iwlwifi/mvm/rs.c @ Line 2292 smatch.check_testing_index_after_use error: testing array offset 'high' after use. 1
2412 /src/drivers/net/wireless/intel/iwlwifi/mvm/scan.c @ Line 2040 smatch.check_indenting warn: inconsistent indenting 1
2413 /src/drivers/net/wireless/intel/iwlwifi/mvm/scan.c @ Line 2073 smatch.check_indenting warn: inconsistent indenting 1
2414 /src/drivers/net/wireless/intel/iwlwifi/mvm/sta.c @ Line 2665 smatch.check_leaks warn: possible memory leak of 'baid_data' 1
2415 /src/drivers/net/wireless/intel/iwlwifi/mvm/time-event.c @ Line 388 coccinelle ERROR: invalid reference to the index variable of the iterator on line 379 1
2416 /src/drivers/net/wireless/intel/iwlwifi/mvm/tx.c @ Line 257 smatch.check_spectre warn: potential spectre issue 'tid_to_mac80211_ac' [r] (local cap) 1
2417 /src/drivers/net/wireless/intel/iwlwifi/mvm/tx.c @ Line 261 smatch.check_spectre_second_half warn: possible spectre second half. 'ac' 1
2418 /src/drivers/net/wireless/intel/iwlwifi/mvm/tx.c @ Line 725 smatch.check_memcpy_overflow error: memcpy() 'skb->cb' too small (48 vs 56) 1
2419 /src/drivers/net/wireless/intel/iwlwifi/mvm/tx.c @ Line 1207 smatch.check_memcpy_overflow error: memcpy() 'skb->cb' too small (48 vs 56) 1
2420 /src/drivers/net/wireless/intel/iwlwifi/pcie/drv.c @ Line 1050 smatch.check_shift_to_zero warn: mask and shift to zero 1
2421 /src/drivers/net/wireless/intel/iwlwifi/pcie/trans.c @ Line 180 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2422 /src/drivers/net/wireless/marvell/libertas/cfg.c @ Line 756 smatch.check_deref_check warn: variable dereferenced before check 'priv->scan_req' (see line 708) 1
2423 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 370 coccinelle WARNING: use scnprintf or sprintf 1
2424 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 420 coccinelle WARNING: use scnprintf or sprintf 1
2425 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 726 coccinelle WARNING: use scnprintf or sprintf 1
2426 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 479 coccinelle WARNING: use scnprintf or sprintf 1
2427 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 172 coccinelle WARNING: use scnprintf or sprintf 1
2428 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 271 coccinelle WARNING: use scnprintf or sprintf 1
2429 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 224 coccinelle WARNING: use scnprintf or sprintf 1
2430 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 665 coccinelle WARNING: use scnprintf or sprintf 1
2431 /src/drivers/net/wireless/marvell/libertas/mesh.c @ Line 604 coccinelle WARNING: use scnprintf or sprintf 1
2432 /src/drivers/net/wireless/marvell/mwifiex/pcie.c @ Line 3338 smatch.check_indenting warn: inconsistent indenting 1
2433 /src/drivers/net/wireless/marvell/mwifiex/sta_event.c @ Line 797 smatch.check_indenting warn: inconsistent indenting 1
2434 /src/drivers/net/wireless/marvell/mwifiex/sta_ioctl.c @ Line 198 smatch.check_signed warn: '"marvell,00_txpwrlimit"' 2370670322133762048 can't fit into 127 '*(txpwr[0])' 1
2435 /src/drivers/net/wireless/marvell/mwifiex/sta_rx.c @ Line 246 smatch.check_spectre warn: potential spectre issue 'sta_ptr->rx_seq' [w] (local cap) 1
2436 /src/drivers/net/wireless/marvell/mwifiex/sta_rx.c @ Line 255 smatch.check_spectre warn: potential spectre issue 'priv->rx_seq' [w] (local cap) 1
2437 /src/drivers/net/wireless/marvell/mwifiex/uap_event.c @ Line 286 smatch.check_indenting warn: inconsistent indenting 1
2438 /src/drivers/net/wireless/marvell/mwifiex/uap_txrx.c @ Line 413 smatch.check_spectre warn: potential spectre issue 'node->rx_seq' [w] (local cap) 1
2439 /src/drivers/net/wireless/marvell/mwl8k.c @ Line 3349 smatch.check_memcpy_overflow error: memcpy() '&payload->u.beacon' too small (16 vs 128) 1
2440 /src/drivers/net/wireless/mediatek/mt76/mt7615/usb_sdio.c @ Line 224 coccinelle WARNING: return of 0/1 in function 'mt7663_usb_sdio_tx_status_data' with return type bool 1
2441 /src/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c @ Line 1523 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2442 /src/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c @ Line 1524 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2443 /src/drivers/net/wireless/mediatek/mt76/mt7915/mcu.c @ Line 1525 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2444 /src/drivers/net/wireless/microchip/wilc1000/wlan.c @ Line 649 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2445 /src/drivers/net/wireless/microchip/wilc1000/wlan.c @ Line 649 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2446 /src/drivers/net/wireless/microchip/wilc1000/wlan.c @ Line 680 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2447 /src/drivers/net/wireless/microchip/wilc1000/wlan.c @ Line 683 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2448 /src/drivers/net/wireless/microchip/wilc1000/wlan.c @ Line 688 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2449 /src/drivers/net/wireless/microchip/wilc1000/wlan.c @ Line 692 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2450 /src/drivers/net/wireless/microchip/wilc1000/wlan.c @ Line 707 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2451 /src/drivers/net/wireless/ralink/rt2x00/rt2x00firmware.c @ Line 101 smatch.check_check_deref error: we previously assumed 'rt2x00dev->fw' could be null (see line 91) 1
2452 /src/drivers/net/wireless/ralink/rt2x00/rt2x00queue.c @ Line 1258 smatch.smatch_buf_comparison warn: potentially one past the end of array 'queue[2 + rt2x00dev->ops->tx_queues]' 1
2453 /src/drivers/net/wireless/ralink/rt2x00/rt2x00queue.c @ Line 1258 smatch.check_off_by_one_relative warn: potentially one past the end of array 'queue[2 + rt2x00dev->ops->tx_queues]' 1
2454 /src/drivers/net/wireless/ray_cs.c @ Line 2111 coccinelle WARNING: possible condition with no effect (if == else) 1
2455 /src/drivers/net/wireless/realtek/rtl818x/rtl8180/rtl8225se.c @ Line 216 smatch.check_indenting warn: inconsistent indenting 1
2456 /src/drivers/net/wireless/realtek/rtlwifi/base.c @ Line 1054 coccinelle WARNING: Comparison to bool 1
2457 /src/drivers/net/wireless/realtek/rtlwifi/base.c @ Line 509 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2458 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c @ Line 1276 coccinelle WARNING: possible condition with no effect (if == else) 1
2459 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c @ Line 1808 coccinelle WARNING: possible condition with no effect (if == else) 1
2460 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c @ Line 1830 coccinelle WARNING: possible condition with no effect (if == else) 1
2461 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c @ Line 1854 coccinelle WARNING: possible condition with no effect (if == else) 1
2462 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c @ Line 1876 coccinelle WARNING: possible condition with no effect (if == else) 1
2463 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c @ Line 1604 coccinelle WARNING: possible condition with no effect (if == else) 1
2464 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c @ Line 2813 coccinelle WARNING: possible condition with no effect (if == else) 1
2465 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c @ Line 3324 coccinelle WARNING: possible condition with no effect (if == else) 1
2466 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c @ Line 2947 coccinelle WARNING: possible condition with no effect (if == else) 1
2467 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c @ Line 3135 coccinelle WARNING: possible condition with no effect (if == else) 1
2468 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c @ Line 1724 coccinelle WARNING: possible condition with no effect (if == else) 1
2469 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c @ Line 1742 coccinelle WARNING: possible condition with no effect (if == else) 1
2470 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c @ Line 1762 coccinelle WARNING: possible condition with no effect (if == else) 1
2471 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c @ Line 1780 coccinelle WARNING: possible condition with no effect (if == else) 1
2472 /src/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c @ Line 876 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2473 /src/drivers/net/wireless/realtek/rtlwifi/ps.c @ Line 801 coccinelle WARNING: Comparison to bool 1
2474 /src/drivers/net/wireless/realtek/rtlwifi/ps.c @ Line 803 coccinelle WARNING: Comparison to bool 1
2475 /src/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c @ Line 1272 coccinelle WARNING: Comparison to bool 1
2476 /src/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/hw.c @ Line 1277 coccinelle WARNING: Comparison to bool 1
2477 /src/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c @ Line 970 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2478 /src/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c @ Line 1021 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2479 /src/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c @ Line 730 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2480 /src/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c @ Line 733 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2481 /src/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c @ Line 746 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2482 /src/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c @ Line 3983 coccinelle WARNING: Comparison to bool 1
2483 /src/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c @ Line 4093 coccinelle WARNING: Comparison to bool 1
2484 /src/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c @ Line 4252 coccinelle WARNING: Comparison to bool 1
2485 /src/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c @ Line 3851 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2486 /src/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c @ Line 3986 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2487 /src/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c @ Line 282 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2488 /src/drivers/net/wireless/realtek/rtw88/coex.c @ Line 1619 coccinelle WARNING: possible condition with no effect (if == else) 1
2489 /src/drivers/net/wireless/realtek/rtw88/debug.c @ Line 803 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2490 /src/drivers/net/wireless/rsi/rsi_91x_core.c @ Line 462 smatch.check_spectre warn: potential spectre issue 'rsta->start_tx_aggr' [w] (local cap) 1
2491 /src/drivers/net/wireless/rsi/rsi_91x_core.c @ Line 496 smatch.check_check_deref error: we previously assumed 'skb' could be null (see line 385) 1
2492 /src/drivers/net/wireless/rsi/rsi_91x_mac80211.c @ Line 1140 smatch.check_index_overflow error: buffer overflow 'common->vif_info' 3 <= 3 (assuming for loop doesn't break) 1
2493 /src/drivers/net/wireless/rsi/rsi_91x_mac80211.c @ Line 1163 smatch.check_index_overflow error: buffer overflow 'common->vif_info' 3 <= 3 (assuming for loop doesn't break) 1
2494 /src/drivers/net/wireless/rsi/rsi_91x_mac80211.c @ Line 1298 smatch.check_memcpy_overflow error: memset() 'info' too small (48 vs 56) 1
2495 /src/drivers/net/wireless/st/cw1200/queue.c @ Line 314 coccinelle WARNING: Comparison to bool 1
2496 /src/drivers/net/wireless/ti/wl1251/cmd.c @ Line 294 smatch.check_index_overflow error: buffer overflow 'bssid' 4 <= 5 1
2497 /src/drivers/net/wireless/ti/wl12xx/cmd.c @ Line 104 coccinelle WARNING: Comparison to bool 1
2498 /src/drivers/net/wireless/ti/wl12xx/cmd.c @ Line 172 coccinelle WARNING: Comparison to bool 1
2499 /src/drivers/net/xen-netback/netback.c @ Line 1080 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2500 /src/drivers/net/xen-netfront.c @ Line 1816 coccinelle WARNING !A || A && B is equivalent to !A || B 1
2501 /src/drivers/nfc/pn533/pn533.c @ Line 1443 smatch.check_err_ptr_deref error: 'resp' dereferencing possible ERR_PTR() 1
2502 /src/drivers/nfc/pn533/pn533.c @ Line 1495 smatch.check_spectre warn: potential spectre issue 'apr->tgdata' [r] 1
2503 /src/drivers/nfc/pn544/i2c.c @ Line 589 smatch.check_memcpy_overflow error: memcpy() 'framep->data' too small (23 vs 25) 1
2504 /src/drivers/nfc/pn544/i2c.c @ Line 674 smatch.check_memcpy_overflow error: memcpy() 'chunk->data' too small (29 vs 30) 1
2505 /src/drivers/nfc/st-nci/i2c.c @ Line 52 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2506 /src/drivers/nfc/st-nci/se.c @ Line 346 smatch.check_spectre warn: potential spectre issue 'skb->data' [r] 1
2507 /src/drivers/nfc/st-nci/se.c @ Line 348 smatch.check_spectre_second_half warn: possible spectre second half. 'transaction->params_len' 1
2508 /src/drivers/nfc/st-nci/spi.c @ Line 53 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2509 /src/drivers/ntb/hw/mscc/ntb_hw_switchtec.c @ Line 530 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2510 /src/drivers/nvdimm/namespace_devs.c @ Line 1626 coccinelle WARNING opportunity for kobj_to_dev() 1
2511 /src/drivers/nvdimm/region_devs.c @ Line 1076 coccinelle alloc with no test, possible model on line 1088 1
2512 /src/drivers/nvme/host/fc.c @ Line 1538 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1516 1
2513 /src/drivers/nvme/host/lightnvm.c @ Line 1244 coccinelle WARNING opportunity for kobj_to_dev() 1
2514 /src/drivers/nvme/target/io-cmd-file.c @ Line 132 coccinelle WARNING: Comparison to bool 1
2515 /src/drivers/of/unittest.c @ Line 3085 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 3091. 1
2516 /src/drivers/of/unittest.c @ Line 3087 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 3091. 1
2517 /src/drivers/opp/debugfs.c @ Line 200 coccinelle ERROR: invalid reference to the index variable of the iterator on line 195 1
2518 /src/drivers/parport/parport_pc.c @ Line 2261 smatch.check_resource_size warn: consider using resource_size() here 1
2519 /src/drivers/parport/share.c @ Line 829 smatch.check_leaks warn: possible memory leak of 'par_dev' 1
2520 /src/drivers/pci/access.c @ Line 63 smatch.check_uninitialized error: uninitialized symbol 'flags'. 1
2521 /src/drivers/pci/access.c @ Line 64 smatch.check_uninitialized error: uninitialized symbol 'flags'. 1
2522 /src/drivers/pci/access.c @ Line 65 smatch.check_uninitialized error: uninitialized symbol 'flags'. 1
2523 /src/drivers/pci/access.c @ Line 66 smatch.check_uninitialized error: uninitialized symbol 'flags'. 1
2524 /src/drivers/pci/access.c @ Line 67 smatch.check_uninitialized error: uninitialized symbol 'flags'. 1
2525 /src/drivers/pci/access.c @ Line 68 smatch.check_uninitialized error: uninitialized symbol 'flags'. 1
2526 /src/drivers/pci/controller/pci-hyperv.c @ Line 2084 coccinelle ERROR: reference preceded by free on line 2065 1
2527 /src/drivers/pci/controller/pcie-mediatek.c @ Line 1032 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1038. 1
2528 /src/drivers/pci/controller/pcie-mediatek.c @ Line 1032 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1045. 1
2529 /src/drivers/pci/hotplug/pnv_php.c @ Line 161 coccinelle ERROR: probable double put. 1
2530 /src/drivers/pci/pci.c @ Line 6501 coccinelle duplicated argument to && or || 1
2531 /src/drivers/pci/pcie/pme.c @ Line 184 coccinelle ERROR: invalid reference to the index variable of the iterator on line 172 1
2532 /src/drivers/pcmcia/cistpl.c @ Line 1557 coccinelle WARNING opportunity for kobj_to_dev() 1
2533 /src/drivers/pcmcia/cistpl.c @ Line 1584 coccinelle WARNING opportunity for kobj_to_dev() 1
2534 /src/drivers/pcmcia/pxa2xx_trizeps4.c @ Line 61 coccinelle WARNING: possible condition with no effect (if == else) 1
2535 /src/drivers/pcmcia/yenta_socket.c @ Line 33 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2536 /src/drivers/perf/arm-ccn.c @ Line 224 coccinelle WARNING: use scnprintf or sprintf 1
2537 /src/drivers/perf/arm-cmn.c @ Line 351 coccinelle WARNING: use scnprintf or sprintf 1
2538 /src/drivers/perf/arm-cmn.c @ Line 563 coccinelle WARNING: use scnprintf or sprintf 1
2539 /src/drivers/perf/arm_dsu_pmu.c @ Line 139 coccinelle WARNING: use scnprintf or sprintf 1
2540 /src/drivers/perf/arm_dsu_pmu.c @ Line 149 coccinelle WARNING: use scnprintf or sprintf 1
2541 /src/drivers/perf/arm_smmuv3_pmu.c @ Line 563 coccinelle WARNING: use scnprintf or sprintf 1
2542 /src/drivers/perf/arm_spe_pmu.c @ Line 129 coccinelle WARNING: use scnprintf or sprintf 1
2543 /src/drivers/perf/fsl_imx8_ddr_perf.c @ Line 119 coccinelle WARNING: use scnprintf or sprintf 1
2544 /src/drivers/perf/hisilicon/hisi_uncore_pmu.c @ Line 128 coccinelle WARNING: use scnprintf or sprintf 1
2545 /src/drivers/perf/qcom_l2_pmu.c @ Line 767 coccinelle ERROR: invalid reference to the index variable of the iterator on line 755 1
2546 /src/drivers/perf/thunderx2_pmu.c @ Line 814 coccinelle ERROR: invalid reference to the index variable of the iterator on line 805 1
2547 /src/drivers/perf/xgene_pmu.c @ Line 1491 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1482 1
2548 /src/drivers/phy/hisilicon/phy-hisi-inno-usb2.c @ Line 138 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 144. 1
2549 /src/drivers/phy/hisilicon/phy-hisi-inno-usb2.c @ Line 138 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 150. 1
2550 /src/drivers/phy/hisilicon/phy-hisi-inno-usb2.c @ Line 138 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before break around line 158. 1
2551 /src/drivers/phy/motorola/phy-cpcap-usb.c @ Line 146 coccinelle WARNING: conversion to bool not needed here 1
2552 /src/drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c @ Line 276 coccinelle duplicated argument to & or | 1
2553 /src/drivers/phy/rockchip/phy-rockchip-inno-usb2.c @ Line 1149 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before break around line 1184. 1
2554 /src/drivers/phy/rockchip/phy-rockchip-typec.c @ Line 1167 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1183. 1
2555 /src/drivers/phy/socionext/phy-uniphier-ahci.c @ Line 276 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
2556 /src/drivers/phy/tegra/phy-tegra194-p2u.c @ Line 93 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
2557 /src/drivers/phy/ti/phy-j721e-wiz.c @ Line 786 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 795. 1
2558 /src/drivers/pinctrl/bcm/pinctrl-bcm2835.c @ Line 420 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2559 /src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c @ Line 856 coccinelle WARNING: Comparison to bool 1
2560 /src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c @ Line 856 coccinelle WARNING: Comparison to bool 1
2561 /src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c @ Line 760 coccinelle WARNING: Comparison to bool 1
2562 /src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c @ Line 762 coccinelle WARNING: Comparison to bool 1
2563 /src/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c @ Line 474 coccinelle WARNING: Comparison to bool 1
2564 /src/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c @ Line 474 coccinelle WARNING: Comparison to bool 1
2565 /src/drivers/pinctrl/nomadik/pinctrl-abx500.c @ Line 430 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2566 /src/drivers/pinctrl/nomadik/pinctrl-nomadik.c @ Line 481 coccinelle WARNING: Comparison to bool 1
2567 /src/drivers/pinctrl/nomadik/pinctrl-nomadik.c @ Line 496 coccinelle WARNING: Comparison to bool 1
2568 /src/drivers/pinctrl/nomadik/pinctrl-nomadik.c @ Line 510 coccinelle WARNING: Comparison to bool 1
2569 /src/drivers/pinctrl/nomadik/pinctrl-nomadik.c @ Line 597 coccinelle WARNING: Comparison to bool 1
2570 /src/drivers/pinctrl/nomadik/pinctrl-nomadik.c @ Line 1369 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2571 /src/drivers/pinctrl/nomadik/pinctrl-nomadik.c @ Line 1379 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2572 /src/drivers/pinctrl/nomadik/pinctrl-nomadik.c @ Line 1396 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2573 /src/drivers/pinctrl/pinctrl-equilibrium.c @ Line 702 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 710. 1
2574 /src/drivers/pinctrl/pinctrl-equilibrium.c @ Line 702 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 716. 1
2575 /src/drivers/pinctrl/pinctrl-equilibrium.c @ Line 702 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 721. 1
2576 /src/drivers/pinctrl/pinctrl-equilibrium.c @ Line 702 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 727. 1
2577 /src/drivers/pinctrl/pinctrl-equilibrium.c @ Line 702 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 732. 1
2578 /src/drivers/pinctrl/pinctrl-equilibrium.c @ Line 702 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 738. 1
2579 /src/drivers/pinctrl/pinctrl-equilibrium.c @ Line 702 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 748. 1
2580 /src/drivers/pinctrl/pinctrl-equilibrium.c @ Line 593 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 631. 1
2581 /src/drivers/pinctrl/pinctrl-ingenic.c @ Line 2461 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 2465. 1
2582 /src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c @ Line 334 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2583 /src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c @ Line 340 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2584 /src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c @ Line 353 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2585 /src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c @ Line 357 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2586 /src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c @ Line 382 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2587 /src/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c @ Line 386 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2588 /src/drivers/pinctrl/sprd/pinctrl-sprd.c @ Line 634 coccinelle WARNING: Comparison to bool 1
2589 /src/drivers/pinctrl/sprd/pinctrl-sprd.c @ Line 645 coccinelle WARNING: Comparison to bool 1
2590 /src/drivers/pinctrl/sprd/pinctrl-sprd.c @ Line 656 coccinelle WARNING: Comparison to bool 1
2591 /src/drivers/pinctrl/sprd/pinctrl-sprd.c @ Line 670 coccinelle WARNING: Comparison to bool 1
2592 /src/drivers/pinctrl/sprd/pinctrl-sprd.c @ Line 690 coccinelle WARNING: Comparison to bool 1
2593 /src/drivers/pinctrl/sprd/pinctrl-sprd.c @ Line 705 coccinelle WARNING: Comparison to bool 1
2594 /src/drivers/pinctrl/stm32/pinctrl-stm32.c @ Line 572 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2595 /src/drivers/pinctrl/stm32/pinctrl-stm32.c @ Line 591 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2596 /src/drivers/platform/chrome/wilco_ec/telemetry.c @ Line 259 coccinelle WARNING: telem_fops: .read() and .write() have stream semantic; safe to change nonseekable_open -> stream_open. 1
2597 /src/drivers/platform/x86/apple-gmux.c @ Line 628 coccinelle WARNING: Suspicious code. resource_size is maybe missing with res 1
2598 /src/drivers/platform/x86/asus-laptop.c @ Line 1572 coccinelle WARNING opportunity for kobj_to_dev() 1
2599 /src/drivers/platform/x86/asus-wmi.c @ Line 2109 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2600 /src/drivers/platform/x86/asus-wmi.c @ Line 382 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2601 /src/drivers/platform/x86/dell-wmi.c @ Line 47 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2602 /src/drivers/platform/x86/eeepc-wmi.c @ Line 181 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2603 /src/drivers/platform/x86/eeepc-wmi.c @ Line 189 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2604 /src/drivers/platform/x86/hp-wmi.c @ Line 491 coccinelle WARNING: Comparison to bool 1
2605 /src/drivers/platform/x86/ideapad-laptop.c @ Line 522 coccinelle WARNING opportunity for kobj_to_dev() 1
2606 /src/drivers/platform/x86/lg-laptop.c @ Line 496 coccinelle WARNING: use scnprintf or sprintf 1
2607 /src/drivers/platform/x86/lg-laptop.c @ Line 322 coccinelle WARNING: use scnprintf or sprintf 1
2608 /src/drivers/platform/x86/lg-laptop.c @ Line 447 coccinelle WARNING: use scnprintf or sprintf 1
2609 /src/drivers/platform/x86/lg-laptop.c @ Line 406 coccinelle WARNING: use scnprintf or sprintf 1
2610 /src/drivers/platform/x86/lg-laptop.c @ Line 364 coccinelle WARNING: use scnprintf or sprintf 1
2611 /src/drivers/platform/x86/panasonic-laptop.c @ Line 628 coccinelle WARNING: use scnprintf or sprintf 1
2612 /src/drivers/platform/x86/panasonic-laptop.c @ Line 713 coccinelle WARNING: use scnprintf or sprintf 1
2613 /src/drivers/platform/x86/panasonic-laptop.c @ Line 688 coccinelle WARNING: use scnprintf or sprintf 1
2614 /src/drivers/platform/x86/panasonic-laptop.c @ Line 658 coccinelle WARNING: use scnprintf or sprintf 1
2615 /src/drivers/platform/x86/panasonic-laptop.c @ Line 569 coccinelle WARNING: use scnprintf or sprintf 1
2616 /src/drivers/platform/x86/panasonic-laptop.c @ Line 485 coccinelle WARNING: use scnprintf or sprintf 1
2617 /src/drivers/platform/x86/panasonic-laptop.c @ Line 497 coccinelle WARNING: use scnprintf or sprintf 1
2618 /src/drivers/platform/x86/panasonic-laptop.c @ Line 473 coccinelle WARNING: use scnprintf or sprintf 1
2619 /src/drivers/platform/x86/panasonic-laptop.c @ Line 527 coccinelle WARNING: use scnprintf or sprintf 1
2620 /src/drivers/platform/x86/pmc_atom.c @ Line 520 smatch.check_unwind warn: 'pmc->regmap' not released on lines: 520. 1
2621 /src/drivers/platform/x86/samsung-laptop.c @ Line 1213 coccinelle WARNING opportunity for kobj_to_dev() 1
2622 /src/drivers/platform/x86/sony-laptop.c @ Line 2054 coccinelle WARNING: use scnprintf or sprintf 1
2623 /src/drivers/platform/x86/sony-laptop.c @ Line 2722 coccinelle WARNING: use scnprintf or sprintf 1
2624 /src/drivers/platform/x86/sony-laptop.c @ Line 2496 coccinelle WARNING: use scnprintf or sprintf 1
2625 /src/drivers/platform/x86/sony-laptop.c @ Line 2571 coccinelle WARNING: use scnprintf or sprintf 1
2626 /src/drivers/platform/x86/sony-laptop.c @ Line 2711 coccinelle WARNING: use scnprintf or sprintf 1
2627 /src/drivers/platform/x86/sony-laptop.c @ Line 2364 coccinelle WARNING: use scnprintf or sprintf 1
2628 /src/drivers/platform/x86/sony-laptop.c @ Line 2645 coccinelle WARNING: use scnprintf or sprintf 1
2629 /src/drivers/platform/x86/sony-laptop.c @ Line 2873 coccinelle WARNING: use scnprintf or sprintf 1
2630 /src/drivers/platform/x86/sony-laptop.c @ Line 967 coccinelle WARNING: use scnprintf or sprintf 1
2631 /src/drivers/platform/x86/sony-laptop.c @ Line 3001 coccinelle WARNING: use scnprintf or sprintf 1
2632 /src/drivers/platform/x86/sony-laptop.c @ Line 2818 coccinelle WARNING: use scnprintf or sprintf 1
2633 /src/drivers/platform/x86/sony-laptop.c @ Line 3999 coccinelle WARNING: use scnprintf or sprintf 1
2634 /src/drivers/platform/x86/thinkpad_acpi.c @ Line 4191 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2635 /src/drivers/platform/x86/toshiba_acpi.c @ Line 2356 coccinelle WARNING opportunity for kobj_to_dev() 1
2636 /src/drivers/platform/x86/wmi.c @ Line 1295 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1279 1
2637 /src/drivers/power/supply/axp20x_ac_power.c @ Line 381 coccinelle line 381 is redundant because platform_get_irq() already prints an error 1
2638 /src/drivers/power/supply/axp20x_usb_power.c @ Line 633 coccinelle line 633 is redundant because platform_get_irq() already prints an error 1
2639 /src/drivers/power/supply/bd70528-charger.c @ Line 173 coccinelle line 173 is redundant because platform_get_irq() already prints an error 1
2640 /src/drivers/power/supply/bq27xxx_battery.c @ Line 441 coccinelle WARNING bq27z561_regs and bq28z610_regs (line 461) are identical 1
2641 /src/drivers/power/supply/bq27xxx_battery.c @ Line 736 coccinelle WARNING bq27z561_props and bq28z610_props (line 755) are identical 1
2642 /src/drivers/power/supply/cpcap-battery.c @ Line 625 coccinelle ERROR: invalid reference to the index variable of the iterator on line 620 1
2643 /src/drivers/power/supply/cpcap-charger.c @ Line 416 coccinelle WARNING: conversion to bool not needed here 1
2644 /src/drivers/power/supply/da9150-charger.c @ Line 470 coccinelle line 470 is redundant because platform_get_irq() already prints an error 1
2645 /src/drivers/power/supply/da9150-charger.c @ Line 491 coccinelle line 491 is redundant because platform_get_irq() already prints an error 1
2646 /src/drivers/power/supply/da9150-fg.c @ Line 517 coccinelle line 517 is redundant because platform_get_irq() already prints an error 1
2647 /src/drivers/power/supply/ds2760_battery.c @ Line 201 coccinelle WARNING opportunity for kobj_to_dev() 1
2648 /src/drivers/power/supply/ds2780_battery.c @ Line 627 coccinelle WARNING opportunity for kobj_to_dev() 1
2649 /src/drivers/power/supply/ds2780_battery.c @ Line 672 coccinelle WARNING opportunity for kobj_to_dev() 1
2650 /src/drivers/power/supply/ds2780_battery.c @ Line 640 coccinelle WARNING opportunity for kobj_to_dev() 1
2651 /src/drivers/power/supply/ds2780_battery.c @ Line 685 coccinelle WARNING opportunity for kobj_to_dev() 1
2652 /src/drivers/power/supply/ds2781_battery.c @ Line 629 coccinelle WARNING opportunity for kobj_to_dev() 1
2653 /src/drivers/power/supply/ds2781_battery.c @ Line 674 coccinelle WARNING opportunity for kobj_to_dev() 1
2654 /src/drivers/power/supply/ds2781_battery.c @ Line 642 coccinelle WARNING opportunity for kobj_to_dev() 1
2655 /src/drivers/power/supply/ds2781_battery.c @ Line 688 coccinelle WARNING opportunity for kobj_to_dev() 1
2656 /src/drivers/power/supply/goldfish_battery.c @ Line 225 coccinelle line 225 is redundant because platform_get_irq() already prints an error 1
2657 /src/drivers/power/supply/power_supply_hwmon.c @ Line 302 coccinelle duplicated argument to & or | 1
2658 /src/drivers/power/supply/power_supply_hwmon.c @ Line 305 coccinelle duplicated argument to & or | 1
2659 /src/drivers/power/supply/qcom_smbb.c @ Line 933 coccinelle line 933 is redundant because platform_get_irq() already prints an error 1
2660 /src/drivers/power/supply/sc27xx_fuel_gauge.c @ Line 1233 coccinelle line 1233 is redundant because platform_get_irq() already prints an error 1
2661 /src/drivers/ptp/ptp_clockmatrix.c @ Line 1302 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2662 /src/drivers/ptp/ptp_clockmatrix.c @ Line 1327 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2663 /src/drivers/ptp/ptp_sysfs.c @ Line 16 coccinelle WARNING: use scnprintf or sprintf 1
2664 /src/drivers/ptp/ptp_sysfs.c @ Line 230 coccinelle WARNING: use scnprintf or sprintf 1
2665 /src/drivers/pwm/pwm-lp3943.c @ Line 84 coccinelle WARNING: invalid free of devm_ allocated data 1
2666 /src/drivers/pwm/pwm-lpss.c @ Line 139 coccinelle WARNING: Comparison to bool 1
2667 /src/drivers/pwm/pwm-lpss.c @ Line 144 coccinelle WARNING: Comparison to bool 1
2668 /src/drivers/rapidio/devices/rio_mport_cdev.c @ Line 2221 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2209 1
2669 /src/drivers/rapidio/devices/rio_mport_cdev.c @ Line 2580 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2569 1
2670 /src/drivers/rapidio/devices/rio_mport_cdev.c @ Line 918 coccinelle ERROR: invalid reference to the index variable of the iterator on line 903 1
2671 /src/drivers/rapidio/devices/rio_mport_cdev.c @ Line 1042 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1030 1
2672 /src/drivers/rapidio/devices/tsi721.c @ Line 422 coccinelle ERROR: invalid reference to the index variable of the iterator on line 413 1
2673 /src/drivers/rapidio/devices/tsi721.c @ Line 422 coccinelle ERROR: invalid reference to the index variable of the iterator on line 413 1
2674 /src/drivers/rapidio/rio.c @ Line 496 coccinelle ERROR: invalid reference to the index variable of the iterator on line 480 1
2675 /src/drivers/rapidio/rio_cm.c @ Line 1803 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1793 1
2676 /src/drivers/rapidio/rio_cm.c @ Line 1823 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1811 1
2677 /src/drivers/rapidio/rio_cm.c @ Line 1170 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1154 1
2678 /src/drivers/rapidio/rio_cm.c @ Line 1262 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1238 1
2679 /src/drivers/rapidio/rio_cm.c @ Line 2020 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2006 1
2680 /src/drivers/rapidio/rio_cm.c @ Line 2202 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2191 1
2681 /src/drivers/regulator/ab8500.c @ Line 371 coccinelle preceding lock on line 309 1
2682 /src/drivers/regulator/max8997-regulator.c @ Line 586 coccinelle WARNING: Comparison to bool 1
2683 /src/drivers/regulator/max8997-regulator.c @ Line 671 coccinelle WARNING: Comparison to bool 1
2684 /src/drivers/regulator/mt6360-regulator.c @ Line 384 coccinelle line 384 is redundant because platform_get_irq() already prints an error 1
2685 /src/drivers/regulator/of_regulator.c @ Line 414 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 425. 1
2686 /src/drivers/regulator/s5m8767.c @ Line 558 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 579. 1
2687 /src/drivers/regulator/scmi-regulator.c @ Line 343 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 347. 1
2688 /src/drivers/rpmsg/qcom_glink_native.c @ Line 1587 coccinelle WARNING: use scnprintf or sprintf 1
2689 /src/drivers/rtc/interface.c @ Line 760 smatch.check_locking error: double unlocked 'rtc->pie_timer.base->cpu_base->lock' (orig line 760) 1
2690 /src/drivers/rtc/interface.c @ Line 786 smatch.check_locking error: double unlocked 'rtc->pie_timer.base->cpu_base->lock' (orig line 786) 1
2691 /src/drivers/rtc/lib.c @ Line 32 smatch.check_spectre warn: potential spectre issue 'rtc_days_in_month' [w] 1
2692 /src/drivers/rtc/rtc-ab-b5ze-s3.c @ Line 799 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2693 /src/drivers/rtc/rtc-ab-b5ze-s3.c @ Line 495 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2694 /src/drivers/rtc/rtc-ab-b5ze-s3.c @ Line 529 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2695 /src/drivers/rtc/rtc-ab-b5ze-s3.c @ Line 570 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2696 /src/drivers/s390/block/dasd.c @ Line 3006 coccinelle ERROR: iterator variable bound on line 2994 cannot be NULL 1
2697 /src/drivers/s390/block/dasd_devmap.c @ Line 1204 coccinelle WARNING: use scnprintf or sprintf 1
2698 /src/drivers/s390/block/dasd_devmap.c @ Line 837 coccinelle WARNING: use scnprintf or sprintf 1
2699 /src/drivers/s390/block/dasd_devmap.c @ Line 734 coccinelle WARNING: use scnprintf or sprintf 1
2700 /src/drivers/s390/block/dasd_devmap.c @ Line 1401 coccinelle WARNING: use scnprintf or sprintf 1
2701 /src/drivers/s390/block/dasd_devmap.c @ Line 1581 coccinelle WARNING: use scnprintf or sprintf 1
2702 /src/drivers/s390/block/dasd_devmap.c @ Line 1460 coccinelle WARNING: use scnprintf or sprintf 1
2703 /src/drivers/s390/block/dasd_devmap.c @ Line 776 coccinelle WARNING: use scnprintf or sprintf 1
2704 /src/drivers/s390/block/dasd_devmap.c @ Line 1151 coccinelle WARNING: use scnprintf or sprintf 1
2705 /src/drivers/s390/block/dasd_devmap.c @ Line 1123 coccinelle WARNING: use scnprintf or sprintf 1
2706 /src/drivers/s390/block/dcssblk.c @ Line 1026 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1008 1
2707 /src/drivers/s390/char/raw3270.c @ Line 1066 coccinelle WARNING: use scnprintf or sprintf 1
2708 /src/drivers/s390/char/raw3270.c @ Line 1050 coccinelle WARNING: use scnprintf or sprintf 1
2709 /src/drivers/s390/char/raw3270.c @ Line 1058 coccinelle WARNING: use scnprintf or sprintf 1
2710 /src/drivers/s390/char/tty3270.c @ Line 1151 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1145 1
2711 /src/drivers/s390/cio/chp.c @ Line 285 coccinelle WARNING: use scnprintf or sprintf 1
2712 /src/drivers/s390/net/qeth_core_sys.c @ Line 419 coccinelle WARNING: use scnprintf or sprintf 1
2713 /src/drivers/s390/net/qeth_core_sys.c @ Line 509 coccinelle WARNING: use scnprintf or sprintf 1
2714 /src/drivers/s390/net/qeth_l2_main.c @ Line 2113 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2715 /src/drivers/scsi/3w-sas.c @ Line 102 coccinelle WARNING opportunity for kobj_to_dev() 1
2716 /src/drivers/scsi/3w-sas.c @ Line 133 coccinelle WARNING opportunity for kobj_to_dev() 1
2717 /src/drivers/scsi/53c700.c @ Line 2080 coccinelle WARNING: use scnprintf or sprintf 1
2718 /src/drivers/scsi/BusLogic.c @ Line 3065 coccinelle preceding lock on line 3060 1
2719 /src/drivers/scsi/BusLogic.c @ Line 3190 coccinelle preceding lock on line 3060 1
2720 /src/drivers/scsi/NCR5380.c @ Line 1952 coccinelle preceding lock on line 1950 1
2721 /src/drivers/scsi/NCR5380.c @ Line 1985 coccinelle preceding lock on line 1950 1
2722 /src/drivers/scsi/NCR5380.c @ Line 1985 coccinelle preceding lock on line 2012 1
2723 /src/drivers/scsi/NCR5380.c @ Line 1023 coccinelle preceding lock on line 1015 1
2724 /src/drivers/scsi/NCR5380.c @ Line 1072 coccinelle preceding lock on line 1063 1
2725 /src/drivers/scsi/NCR5380.c @ Line 1228 coccinelle preceding lock on line 1015 1
2726 /src/drivers/scsi/NCR5380.c @ Line 1228 coccinelle preceding lock on line 1063 1
2727 /src/drivers/scsi/NCR5380.c @ Line 1230 coccinelle preceding lock on line 1015 1
2728 /src/drivers/scsi/NCR5380.c @ Line 1230 coccinelle preceding lock on line 1063 1
2729 /src/drivers/scsi/aacraid/commsup.c @ Line 615 coccinelle preceding lock on line 594 1
2730 /src/drivers/scsi/aacraid/commsup.c @ Line 617 coccinelle preceding lock on line 594 1
2731 /src/drivers/scsi/aacraid/commsup.c @ Line 619 coccinelle preceding lock on line 594 1
2732 /src/drivers/scsi/aacraid/commsup.c @ Line 630 coccinelle preceding lock on line 594 1
2733 /src/drivers/scsi/aacraid/commsup.c @ Line 755 coccinelle preceding lock on line 745 1
2734 /src/drivers/scsi/aacraid/linit.c @ Line 1298 coccinelle WARNING: use scnprintf or sprintf 1
2735 /src/drivers/scsi/aacraid/linit.c @ Line 1324 coccinelle WARNING: use scnprintf or sprintf 1
2736 /src/drivers/scsi/aacraid/linit.c @ Line 1331 coccinelle WARNING: use scnprintf or sprintf 1
2737 /src/drivers/scsi/aacraid/linit.c @ Line 563 coccinelle WARNING: use scnprintf or sprintf 1
2738 /src/drivers/scsi/aacraid/linit.c @ Line 590 coccinelle WARNING: use scnprintf or sprintf 1
2739 /src/drivers/scsi/advansys.c @ Line 9775 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
2740 /src/drivers/scsi/aha1542.c @ Line 30 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2741 /src/drivers/scsi/aic94xx/aic94xx_init.c @ Line 275 coccinelle WARNING: use scnprintf or sprintf 1
2742 /src/drivers/scsi/aic94xx/aic94xx_init.c @ Line 283 coccinelle WARNING: use scnprintf or sprintf 1
2743 /src/drivers/scsi/aic94xx/aic94xx_init.c @ Line 266 coccinelle WARNING: use scnprintf or sprintf 1
2744 /src/drivers/scsi/aic94xx/aic94xx_init.c @ Line 454 coccinelle WARNING: use scnprintf or sprintf 1
2745 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 299 coccinelle WARNING: use scnprintf or sprintf 1
2746 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 275 coccinelle WARNING: use scnprintf or sprintf 1
2747 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 287 coccinelle WARNING: use scnprintf or sprintf 1
2748 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 263 coccinelle WARNING: use scnprintf or sprintf 1
2749 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 376 coccinelle WARNING: use scnprintf or sprintf 1
2750 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 311 coccinelle WARNING: use scnprintf or sprintf 1
2751 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 350 coccinelle WARNING: use scnprintf or sprintf 1
2752 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 337 coccinelle WARNING: use scnprintf or sprintf 1
2753 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 363 coccinelle WARNING: use scnprintf or sprintf 1
2754 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 324 coccinelle WARNING: use scnprintf or sprintf 1
2755 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 164 coccinelle WARNING opportunity for kobj_to_dev() 1
2756 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 69 coccinelle WARNING opportunity for kobj_to_dev() 1
2757 /src/drivers/scsi/arcmsr/arcmsr_attr.c @ Line 116 coccinelle WARNING opportunity for kobj_to_dev() 1
2758 /src/drivers/scsi/be2iscsi/be_main.c @ Line 2545 coccinelle ERROR: mem_descr -> mem_array is NULL but dereferenced. 1
2759 /src/drivers/scsi/be2iscsi/be_main.c @ Line 2547 coccinelle ERROR: mem_descr -> mem_array is NULL but dereferenced. 1
2760 /src/drivers/scsi/be2iscsi/be_main.c @ Line 2550 coccinelle ERROR: mem_descr -> mem_array is NULL but dereferenced. 1
2761 /src/drivers/scsi/be2iscsi/be_mgmt.c @ Line 1245 coccinelle WARNING: use scnprintf or sprintf 1
2762 /src/drivers/scsi/be2iscsi/be_mgmt.c @ Line 1139 coccinelle WARNING: use scnprintf or sprintf 1
2763 /src/drivers/scsi/be2iscsi/be_mgmt.c @ Line 1158 coccinelle WARNING: use scnprintf or sprintf 1
2764 /src/drivers/scsi/be2iscsi/be_mgmt.c @ Line 1274 coccinelle WARNING: use scnprintf or sprintf 1
2765 /src/drivers/scsi/bfa/bfad.c @ Line 449 coccinelle ERROR: vp_drv is NULL but dereferenced. 1
2766 /src/drivers/scsi/bfa/bfad_attr.c @ Line 908 coccinelle WARNING: use scnprintf or sprintf 1
2767 /src/drivers/scsi/bfa/bfad_attr.c @ Line 860 coccinelle WARNING: use scnprintf or sprintf 1
2768 /src/drivers/scsi/bfa/bfad_attr.c @ Line 888 coccinelle WARNING: use scnprintf or sprintf 1
2769 /src/drivers/scsi/bfa/bfad_attr.c @ Line 853 coccinelle WARNING: use scnprintf or sprintf 1
2770 /src/drivers/scsi/bfa/bfad_attr.c @ Line 808 coccinelle WARNING: use scnprintf or sprintf 1
2771 /src/drivers/scsi/bfa/bfad_attr.c @ Line 728 coccinelle WARNING: use scnprintf or sprintf 1
2772 /src/drivers/scsi/bfa/bfad_attr.c @ Line 822 coccinelle WARNING: use scnprintf or sprintf 1
2773 /src/drivers/scsi/bfa/bfad_attr.c @ Line 927 coccinelle WARNING: use scnprintf or sprintf 1
2774 /src/drivers/scsi/bfa/bfad_attr.c @ Line 900 coccinelle WARNING: use scnprintf or sprintf 1
2775 /src/drivers/scsi/bfa/bfad_attr.c @ Line 874 coccinelle WARNING: use scnprintf or sprintf 1
2776 /src/drivers/scsi/bfa/bfad_attr.c @ Line 714 coccinelle WARNING: use scnprintf or sprintf 1
2777 /src/drivers/scsi/bfa/bfad_attr.c @ Line 839 coccinelle WARNING: use scnprintf or sprintf 1
2778 /src/drivers/scsi/bfa/bfad_bsg.c @ Line 3412 coccinelle WARNING comparing pointer to 0 1
2779 /src/drivers/scsi/bfa/bfad_debugfs.c @ Line 375 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2780 /src/drivers/scsi/bnx2i/bnx2i_iscsi.c @ Line 1499 coccinelle atomic_dec_and_test variation before object free at line 1497. 1
2781 /src/drivers/scsi/csiostor/csio_hw.c @ Line 3939 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2782 /src/drivers/scsi/csiostor/csio_hw.c @ Line 3951 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2783 /src/drivers/scsi/csiostor/csio_scsi.c @ Line 150 coccinelle WARNING: return of 0/1 in function 'csio_scsi_itnexus_loss_error' with return type bool 1
2784 /src/drivers/scsi/cxgbi/libcxgbi.c @ Line 1566 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2785 /src/drivers/scsi/cxgbi/libcxgbi.c @ Line 1589 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2786 /src/drivers/scsi/cxlflash/superpipe.c @ Line 588 coccinelle preceding lock on line 570 1
2787 /src/drivers/scsi/cxlflash/vlun.c @ Line 1161 coccinelle preceding lock on line 1128 1
2788 /src/drivers/scsi/dc395x.c @ Line 3248 coccinelle WARNING: possible condition with no effect (if == else) 1
2789 /src/drivers/scsi/dpt_i2o.c @ Line 2182 coccinelle preceding lock on line 2095 1
2790 /src/drivers/scsi/dpt_i2o.c @ Line 2474 coccinelle preceding lock on line 2466 1
2791 /src/drivers/scsi/esas2r/esas2r_flash.c @ Line 1349 coccinelle WARNING: Comparison to bool 1
2792 /src/drivers/scsi/esas2r/esas2r_main.c @ Line 62 coccinelle WARNING opportunity for kobj_to_dev() 1
2793 /src/drivers/scsi/fcoe/fcoe_ctlr.c @ Line 1069 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1035 1
2794 /src/drivers/scsi/fcoe/fcoe_sysfs.c @ Line 376 coccinelle WARNING: use scnprintf or sprintf 1
2795 /src/drivers/scsi/fcoe/fcoe_sysfs.c @ Line 268 coccinelle WARNING: use scnprintf or sprintf 1
2796 /src/drivers/scsi/fcoe/fcoe_sysfs.c @ Line 253 coccinelle WARNING: use scnprintf or sprintf 1
2797 /src/drivers/scsi/fnic/fnic_attrs.c @ Line 35 coccinelle WARNING: use scnprintf or sprintf 1
2798 /src/drivers/scsi/fnic/fnic_attrs.c @ Line 43 coccinelle WARNING: use scnprintf or sprintf 1
2799 /src/drivers/scsi/fnic/fnic_attrs.c @ Line 29 coccinelle WARNING: use scnprintf or sprintf 1
2800 /src/drivers/scsi/fnic/fnic_debugfs.c @ Line 61 coccinelle WARNING: casting value returned by memory allocation function to (struct fc_trace_flag_type *) is useless. 1
2801 /src/drivers/scsi/fnic/fnic_debugfs.c @ Line 91 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2802 /src/drivers/scsi/fnic/fnic_scsi.c @ Line 2344 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2803 /src/drivers/scsi/fnic/fnic_scsi.c @ Line 2385 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2804 /src/drivers/scsi/fnic/fnic_trace.c @ Line 562 coccinelle WARNING: array_size is used later (line 566) to compute the same size 1
2805 /src/drivers/scsi/fnic/fnic_trace.c @ Line 575 coccinelle WARNING: array_size is already used (line 566) to compute the same size 1
2806 /src/drivers/scsi/fnic/fnic_trace.c @ Line 592 coccinelle WARNING: array_size is already used (line 580) to compute the same size 1
2807 /src/drivers/scsi/fnic/fnic_trace.c @ Line 504 coccinelle WARNING: array_size is already used (line 492) to compute the same size 1
2808 /src/drivers/scsi/gdth.c @ Line 2505 coccinelle preceding lock on line 2497 1
2809 /src/drivers/scsi/gdth.c @ Line 2589 coccinelle preceding lock on line 2497 1
2810 /src/drivers/scsi/gdth.c @ Line 2599 coccinelle preceding lock on line 2497 1
2811 /src/drivers/scsi/gdth.c @ Line 2612 coccinelle preceding lock on line 2497 1
2812 /src/drivers/scsi/gdth.c @ Line 2618 coccinelle preceding lock on line 2497 1
2813 /src/drivers/scsi/hpsa.c @ Line 6913 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2814 /src/drivers/scsi/hptiop.c @ Line 1130 coccinelle WARNING: use scnprintf or sprintf 1
2815 /src/drivers/scsi/hptiop.c @ Line 1121 coccinelle WARNING: use scnprintf or sprintf 1
2816 /src/drivers/scsi/ibmvscsi/ibmvfc.c @ Line 2435 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2395 1
2817 /src/drivers/scsi/ibmvscsi/ibmvfc.c @ Line 4240 coccinelle ERROR: invalid reference to the index variable of the iterator on line 4205 1
2818 /src/drivers/scsi/ibmvscsi/ibmvfc.c @ Line 2314 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2258 1
2819 /src/drivers/scsi/ibmvscsi/ibmvfc.c @ Line 2670 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2663 1
2820 /src/drivers/scsi/ibmvscsi/ibmvscsi.c @ Line 720 coccinelle WARNING: casting value returned by memory allocation function to (struct srp_direct_buf *) is useless. 1
2821 /src/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c @ Line 3638 coccinelle WARNING: use scnprintf or sprintf 1
2822 /src/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c @ Line 3632 coccinelle WARNING: use scnprintf or sprintf 1
2823 /src/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c @ Line 3646 coccinelle WARNING: use scnprintf or sprintf 1
2824 /src/drivers/scsi/ipr.c @ Line 1468 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1445 1
2825 /src/drivers/scsi/ipr.c @ Line 7861 coccinelle ERROR: invalid reference to the index variable of the iterator on line 7841 1
2826 /src/drivers/scsi/ipr.c @ Line 7861 coccinelle ERROR: invalid reference to the index variable of the iterator on line 7841 1
2827 /src/drivers/scsi/ipr.c @ Line 7861 coccinelle ERROR: invalid reference to the index variable of the iterator on line 7841 1
2828 /src/drivers/scsi/isci/port.c @ Line 658 coccinelle WARNING: Comparison to bool 1
2829 /src/drivers/scsi/isci/port.c @ Line 1109 coccinelle WARNING: Comparison to bool 1
2830 /src/drivers/scsi/isci/port_config.c @ Line 564 coccinelle WARNING: Comparison to bool 1
2831 /src/drivers/scsi/libfc/fc_exch.c @ Line 315 coccinelle atomic_dec_and_test variation before object free at line 320. 1
2832 /src/drivers/scsi/libsas/sas_port.c @ Line 137 coccinelle preceding lock on line 109 1
2833 /src/drivers/scsi/libsas/sas_port.c @ Line 137 coccinelle preceding lock on line 123 1
2834 /src/drivers/scsi/lpfc/lpfc_attr.c @ Line 6386 coccinelle WARNING opportunity for kobj_to_dev() 1
2835 /src/drivers/scsi/lpfc/lpfc_attr.c @ Line 6326 coccinelle WARNING opportunity for kobj_to_dev() 1
2836 /src/drivers/scsi/lpfc/lpfc_attr.c @ Line 4389 coccinelle WARNING opportunity for kobj_to_dev() 1
2837 /src/drivers/scsi/lpfc/lpfc_bsg.c @ Line 5379 coccinelle WARNING: Comparison to bool 1
2838 /src/drivers/scsi/lpfc/lpfc_bsg.c @ Line 5381 coccinelle WARNING: Comparison to bool 1
2839 /src/drivers/scsi/lpfc/lpfc_init.c @ Line 10528 coccinelle ERROR: missing iounmap; ioremap on line 10415 and execution via conditional on line 10443 1
2840 /src/drivers/scsi/lpfc/lpfc_init.c @ Line 10528 coccinelle ERROR: missing iounmap; ioremap on line 10442 and execution via conditional on line 10465 1
2841 /src/drivers/scsi/lpfc/lpfc_nvme.c @ Line 729 coccinelle ERROR: invalid reference to the index variable of the iterator on line 719 1
2842 /src/drivers/scsi/lpfc/lpfc_nvmet.c @ Line 255 coccinelle ERROR: invalid reference to the index variable of the iterator on line 246 1
2843 /src/drivers/scsi/lpfc/lpfc_nvmet.c @ Line 233 coccinelle ERROR: invalid reference to the index variable of the iterator on line 224 1
2844 /src/drivers/scsi/lpfc/lpfc_scsi.c @ Line 6320 coccinelle ERROR: function lpfc_create_device_data called on line 6552 inside lock on line 6538 but uses GFP_KERNEL 1
2845 /src/drivers/scsi/lpfc/lpfc_scsi.c @ Line 5537 coccinelle preceding lock on line 5435 1
2846 /src/drivers/scsi/lpfc/lpfc_sli.c @ Line 14346 coccinelle WARNING: Comparison to bool 1
2847 /src/drivers/scsi/lpfc/lpfc_sli.c @ Line 18233 coccinelle WARNING: Comparison to bool 1
2848 /src/drivers/scsi/lpfc/lpfc_sli.c @ Line 14853 coccinelle WARNING: Comparison to bool 1
2849 /src/drivers/scsi/lpfc/lpfc_sli.c @ Line 18160 coccinelle WARNING: Comparison to bool 1
2850 /src/drivers/scsi/mac53c94.c @ Line 471 coccinelle WARNING comparing pointer to 0, suggest !E 1
2851 /src/drivers/scsi/mac53c94.c @ Line 350 coccinelle WARNING comparing pointer to 0 1
2852 /src/drivers/scsi/mac53c94.c @ Line 239 coccinelle WARNING comparing pointer to 0 1
2853 /src/drivers/scsi/mac53c94.c @ Line 471 coccinelle WARNING comparing pointer to 0 1
2854 /src/drivers/scsi/megaraid/megaraid_mbox.c @ Line 3992 coccinelle WARNING: use scnprintf or sprintf 1
2855 /src/drivers/scsi/megaraid/megaraid_mbox.c @ Line 4061 coccinelle WARNING: use scnprintf or sprintf 1
2856 /src/drivers/scsi/megaraid/megaraid_mm.c @ Line 760 coccinelle ERROR: invalid reference to the index variable of the iterator on line 754 1
2857 /src/drivers/scsi/megaraid/megaraid_mm.c @ Line 262 coccinelle ERROR: invalid reference to the index variable of the iterator on line 258 1
2858 /src/drivers/scsi/megaraid/megaraid_sas_base.c @ Line 8646 coccinelle WARNING !A || A && B is equivalent to !A || B 1
2859 /src/drivers/scsi/megaraid/megaraid_sas_fusion.c @ Line 5188 coccinelle WARNING: array_size is used later (line 5195) to compute the same size 1
2860 /src/drivers/scsi/megaraid/megaraid_sas_fusion.c @ Line 5204 coccinelle WARNING: array_size is used later (line 5211) to compute the same size 1
2861 /src/drivers/scsi/mpt3sas/mpt3sas_base.c @ Line 2508 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2862 /src/drivers/scsi/mpt3sas/mpt3sas_ctl.c @ Line 3733 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2863 /src/drivers/scsi/mpt3sas/mpt3sas_ctl.c @ Line 3775 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2864 /src/drivers/scsi/mpt3sas/mpt3sas_ctl.c @ Line 3891 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2865 /src/drivers/scsi/mpt3sas/mpt3sas_scsih.c @ Line 410 coccinelle ERROR: function mpt3sas_get_port_by_id called on line 7117 inside lock on line 7115 but uses GFP_KERNEL 1
2866 /src/drivers/scsi/mpt3sas/mpt3sas_scsih.c @ Line 410 coccinelle ERROR: function mpt3sas_get_port_by_id called on line 6834 inside lock on line 6831 but uses GFP_KERNEL 1
2867 /src/drivers/scsi/mpt3sas/mpt3sas_scsih.c @ Line 410 coccinelle ERROR: function mpt3sas_get_port_by_id called on line 6846 inside lock on line 6843 but uses GFP_KERNEL 1
2868 /src/drivers/scsi/mpt3sas/mpt3sas_scsih.c @ Line 410 coccinelle ERROR: function mpt3sas_get_port_by_id called on line 7698 inside lock on line 7694 but uses GFP_KERNEL 1
2869 /src/drivers/scsi/mpt3sas/mpt3sas_scsih.c @ Line 410 coccinelle ERROR: function mpt3sas_get_port_by_id called on line 10252 inside lock on line 10248 but uses GFP_KERNEL 1
2870 /src/drivers/scsi/mpt3sas/mpt3sas_transport.c @ Line 979 coccinelle ERROR: invalid reference to the index variable of the iterator on line 899 1
2871 /src/drivers/scsi/mvsas/mv_init.c @ Line 699 coccinelle WARNING: use scnprintf or sprintf 1
2872 /src/drivers/scsi/mvsas/mv_init.c @ Line 751 coccinelle WARNING: use scnprintf or sprintf 1
2873 /src/drivers/scsi/mvsas/mv_sas.c @ Line 1221 coccinelle preceding lock on line 1184 1
2874 /src/drivers/scsi/mvumi.c @ Line 69 coccinelle WARNING: return of 0/1 in function 'tag_is_empty' with return type bool 1
2875 /src/drivers/scsi/myrb.c @ Line 2169 coccinelle WARNING: use scnprintf or sprintf 1
2876 /src/drivers/scsi/myrb.c @ Line 2179 coccinelle WARNING: use scnprintf or sprintf 1
2877 /src/drivers/scsi/myrb.c @ Line 2189 coccinelle WARNING: use scnprintf or sprintf 1
2878 /src/drivers/scsi/myrb.c @ Line 1915 coccinelle WARNING: use scnprintf or sprintf 1
2879 /src/drivers/scsi/myrb.c @ Line 1796 coccinelle WARNING: use scnprintf or sprintf 1
2880 /src/drivers/scsi/myrb.c @ Line 1932 coccinelle WARNING: use scnprintf or sprintf 1
2881 /src/drivers/scsi/myrs.c @ Line 2164 coccinelle WARNING: Comparison to bool 1
2882 /src/drivers/scsi/ncr53c8xx.c @ Line 8243 coccinelle WARNING: use scnprintf or sprintf 1
2883 /src/drivers/scsi/nsp32.c @ Line 362 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2884 /src/drivers/scsi/nsp32.c @ Line 1024 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2885 /src/drivers/scsi/pcmcia/sym53c500_cs.c @ Line 621 coccinelle WARNING: use scnprintf or sprintf 1
2886 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 88 coccinelle WARNING: use scnprintf or sprintf 1
2887 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 516 coccinelle WARNING: use scnprintf or sprintf 1
2888 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 603 coccinelle WARNING: use scnprintf or sprintf 1
2889 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 109 coccinelle WARNING: use scnprintf or sprintf 1
2890 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 317 coccinelle WARNING: use scnprintf or sprintf 1
2891 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 140 coccinelle WARNING: use scnprintf or sprintf 1
2892 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 166 coccinelle WARNING: use scnprintf or sprintf 1
2893 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 338 coccinelle WARNING: use scnprintf or sprintf 1
2894 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 217 coccinelle WARNING: use scnprintf or sprintf 1
2895 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 193 coccinelle WARNING: use scnprintf or sprintf 1
2896 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 244 coccinelle WARNING: use scnprintf or sprintf 1
2897 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 63 coccinelle WARNING: use scnprintf or sprintf 1
2898 /src/drivers/scsi/pm8001/pm8001_ctl.c @ Line 882 coccinelle WARNING: use scnprintf or sprintf 1
2899 /src/drivers/scsi/pmcraid.c @ Line 2997 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2982 1
2900 /src/drivers/scsi/pmcraid.c @ Line 3003 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2982 1
2901 /src/drivers/scsi/pmcraid.c @ Line 1620 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1576 1
2902 /src/drivers/scsi/pmcraid.c @ Line 5526 coccinelle ERROR: invalid reference to the index variable of the iterator on line 5491 1
2903 /src/drivers/scsi/qedf/qedf_attr.c @ Line 105 coccinelle WARNING opportunity for kobj_to_dev() 1
2904 /src/drivers/scsi/qedf/qedf_attr.c @ Line 134 coccinelle WARNING opportunity for kobj_to_dev() 1
2905 /src/drivers/scsi/qedf/qedf_main.c @ Line 3716 coccinelle WARNING: Comparison to bool 1
2906 /src/drivers/scsi/qedf/qedf_main.c @ Line 926 coccinelle WARNING: Comparison to bool 1
2907 /src/drivers/scsi/qedf/qedf_main.c @ Line 214 coccinelle WARNING: Comparison to bool 1
2908 /src/drivers/scsi/qedf/qedf_main.c @ Line 2314 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2909 /src/drivers/scsi/qedf/qedf_main.c @ Line 2321 coccinelle WARNING: Comparison of 0/1 to bool variable 1
2910 /src/drivers/scsi/qla1280.c @ Line 3057 coccinelle WARNING comparing pointer to 0 1
2911 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 835 coccinelle WARNING opportunity for kobj_to_dev() 1
2912 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 941 coccinelle WARNING opportunity for kobj_to_dev() 1
2913 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 24 coccinelle WARNING opportunity for kobj_to_dev() 1
2914 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 187 coccinelle WARNING opportunity for kobj_to_dev() 1
2915 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 301 coccinelle WARNING opportunity for kobj_to_dev() 1
2916 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 661 coccinelle WARNING opportunity for kobj_to_dev() 1
2917 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 547 coccinelle WARNING opportunity for kobj_to_dev() 1
2918 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 878 coccinelle WARNING opportunity for kobj_to_dev() 1
2919 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 65 coccinelle WARNING opportunity for kobj_to_dev() 1
2920 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 227 coccinelle WARNING opportunity for kobj_to_dev() 1
2921 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 325 coccinelle WARNING opportunity for kobj_to_dev() 1
2922 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 363 coccinelle WARNING opportunity for kobj_to_dev() 1
2923 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 697 coccinelle WARNING opportunity for kobj_to_dev() 1
2924 /src/drivers/scsi/qla2xxx/qla_attr.c @ Line 594 coccinelle WARNING opportunity for kobj_to_dev() 1
2925 /src/drivers/scsi/qla2xxx/qla_bsg.c @ Line 1343 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1325 1
2926 /src/drivers/scsi/qla2xxx/qla_init.c @ Line 5373 coccinelle ERROR: invalid reference to the index variable of the iterator on line 5333 1
2927 /src/drivers/scsi/qla2xxx/qla_init.c @ Line 6025 coccinelle ERROR: invalid reference to the index variable of the iterator on line 5961 1
2928 /src/drivers/scsi/qla2xxx/qla_isr.c @ Line 764 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2929 /src/drivers/scsi/qla2xxx/qla_isr.c @ Line 780 coccinelle WARNING: Assignment of 0/1 to bool variable 1
2930 /src/drivers/scsi/qla2xxx/qla_mbx.c @ Line 4084 coccinelle ERROR: invalid reference to the index variable of the iterator on line 4073 1
2931 /src/drivers/scsi/qla2xxx/qla_nvme.c @ Line 288 coccinelle WARNING !A || A && B is equivalent to !A || B 1
2932 /src/drivers/scsi/qla2xxx/qla_os.c @ Line 4229 coccinelle WARNING: *_pool_zalloc should be used for ha -> sf_init_cb, instead of *_pool_alloc/memset 1
2933 /src/drivers/scsi/qla2xxx/qla_os.c @ Line 7150 coccinelle atomic_dec_and_test variation before object free at line 7186. 1
2934 /src/drivers/scsi/qla2xxx/qla_os.c @ Line 4636 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2935 /src/drivers/scsi/qla2xxx/qla_os.c @ Line 4651 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2936 /src/drivers/scsi/qla2xxx/qla_sup.c @ Line 2952 coccinelle WARNING: Comparison to bool 1
2937 /src/drivers/scsi/qla2xxx/qla_target.c @ Line 984 coccinelle WARNING !A || A && B is equivalent to !A || B 1
2938 /src/drivers/scsi/qla2xxx/qla_tmpl.c @ Line 1054 coccinelle preceding lock on line 1006 1
2939 /src/drivers/scsi/qla2xxx/tcm_qla2xxx.c @ Line 1612 coccinelle WARNING: array_size is already used (line 1609) to compute the same size 1
2940 /src/drivers/scsi/qla2xxx/tcm_qla2xxx.c @ Line 1617 coccinelle WARNING: array_size is already used (line 1609) to compute the same size 1
2941 /src/drivers/scsi/qla4xxx/ql4_83xx.c @ Line 475 coccinelle WARNING !A || A && B is equivalent to !A || B 1
2942 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 200 coccinelle WARNING: use scnprintf or sprintf 1
2943 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 273 coccinelle WARNING: use scnprintf or sprintf 1
2944 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 281 coccinelle WARNING: use scnprintf or sprintf 1
2945 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 303 coccinelle WARNING: use scnprintf or sprintf 1
2946 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 210 coccinelle WARNING: use scnprintf or sprintf 1
2947 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 264 coccinelle WARNING: use scnprintf or sprintf 1
2948 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 312 coccinelle WARNING: use scnprintf or sprintf 1
2949 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 159 coccinelle WARNING: use scnprintf or sprintf 1
2950 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 256 coccinelle WARNING: use scnprintf or sprintf 1
2951 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 247 coccinelle WARNING: use scnprintf or sprintf 1
2952 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 181 coccinelle WARNING: use scnprintf or sprintf 1
2953 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 190 coccinelle WARNING: use scnprintf or sprintf 1
2954 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 223 coccinelle WARNING: use scnprintf or sprintf 1
2955 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 235 coccinelle WARNING: use scnprintf or sprintf 1
2956 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 173 coccinelle WARNING: use scnprintf or sprintf 1
2957 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 17 coccinelle WARNING opportunity for kobj_to_dev() 1
2958 /src/drivers/scsi/qla4xxx/ql4_attr.c @ Line 35 coccinelle WARNING opportunity for kobj_to_dev() 1
2959 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 6555 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2960 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 6557 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2961 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 6400 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2962 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 6402 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2963 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 4175 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2964 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 4196 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2965 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 4215 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2966 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 7838 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2967 /src/drivers/scsi/qla4xxx/ql4_os.c @ Line 7840 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
2968 /src/drivers/scsi/scsi.c @ Line 224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
2969 /src/drivers/scsi/scsi.c @ Line 224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
2970 /src/drivers/scsi/scsi.c @ Line 224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
2971 /src/drivers/scsi/scsi.c @ Line 224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
2972 /src/drivers/scsi/scsi.c @ Line 521 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
2973 /src/drivers/scsi/scsi.c @ Line 521 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
2974 /src/drivers/scsi/scsi.c @ Line 521 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
2975 /src/drivers/scsi/scsi.c @ Line 521 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
2976 /src/drivers/scsi/scsi.c @ Line 546 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
2977 /src/drivers/scsi/scsi.c @ Line 546 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
2978 /src/drivers/scsi/scsi.c @ Line 546 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
2979 /src/drivers/scsi/scsi.c @ Line 546 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
2980 /src/drivers/scsi/scsi_devinfo.c @ Line 279 coccinelle ERROR: invalid reference to the index variable of the iterator on line 271 1
2981 /src/drivers/scsi/scsi_error.c @ Line 1954 smatch.check_unreachable warn: ignoring unreachable code. 1
2982 /src/drivers/scsi/scsi_logging.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
2983 /src/drivers/scsi/scsi_logging.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
2984 /src/drivers/scsi/scsi_logging.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
2985 /src/drivers/scsi/scsi_logging.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
2986 /src/drivers/scsi/scsi_scan.c @ Line 185 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
2987 /src/drivers/scsi/scsi_scan.c @ Line 185 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
2988 /src/drivers/scsi/scsi_scan.c @ Line 185 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
2989 /src/drivers/scsi/scsi_scan.c @ Line 185 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
2990 /src/drivers/scsi/scsi_scan.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
2991 /src/drivers/scsi/scsi_scan.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
2992 /src/drivers/scsi/scsi_scan.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
2993 /src/drivers/scsi/scsi_scan.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
2994 /src/drivers/scsi/scsi_scan.c @ Line 763 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
2995 /src/drivers/scsi/scsi_scan.c @ Line 763 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
2996 /src/drivers/scsi/scsi_scan.c @ Line 763 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
2997 /src/drivers/scsi/scsi_scan.c @ Line 763 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
2998 /src/drivers/scsi/scsi_sysfs.c @ Line 1397 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
2999 /src/drivers/scsi/scsi_sysfs.c @ Line 1397 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
3000 /src/drivers/scsi/scsi_sysfs.c @ Line 1397 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
3001 /src/drivers/scsi/scsi_sysfs.c @ Line 1397 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
3002 /src/drivers/scsi/scsi_sysfs.c @ Line 1596 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
3003 /src/drivers/scsi/scsi_sysfs.c @ Line 1596 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
3004 /src/drivers/scsi/scsi_sysfs.c @ Line 1596 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
3005 /src/drivers/scsi/scsi_sysfs.c @ Line 1596 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
3006 /src/drivers/scsi/scsi_sysfs.c @ Line 682 coccinelle WARNING: use scnprintf or sprintf 1
3007 /src/drivers/scsi/scsi_sysfs.c @ Line 673 coccinelle WARNING: use scnprintf or sprintf 1
3008 /src/drivers/scsi/scsi_sysfs.c @ Line 1079 coccinelle WARNING: use scnprintf or sprintf 1
3009 /src/drivers/scsi/scsi_sysfs.c @ Line 715 coccinelle WARNING: use scnprintf or sprintf 1
3010 /src/drivers/scsi/scsi_sysfs.c @ Line 946 coccinelle WARNING: use scnprintf or sprintf 1
3011 /src/drivers/scsi/scsi_sysfs.c @ Line 1169 coccinelle WARNING: use scnprintf or sprintf 1
3012 /src/drivers/scsi/scsi_sysfs.c @ Line 694 coccinelle WARNING: use scnprintf or sprintf 1
3013 /src/drivers/scsi/scsi_sysfs.c @ Line 385 coccinelle WARNING: use scnprintf or sprintf 1
3014 /src/drivers/scsi/scsi_sysfs.c @ Line 921 coccinelle WARNING: use scnprintf or sprintf 1
3015 /src/drivers/scsi/scsi_sysfs.c @ Line 402 coccinelle WARNING: use scnprintf or sprintf 1
3016 /src/drivers/scsi/scsi_sysfs.c @ Line 844 coccinelle WARNING: use scnprintf or sprintf 1
3017 /src/drivers/scsi/scsi_sysfs.c @ Line 276 coccinelle WARNING: use scnprintf or sprintf 1
3018 /src/drivers/scsi/scsi_sysfs.c @ Line 326 coccinelle WARNING: use scnprintf or sprintf 1
3019 /src/drivers/scsi/scsi_sysfs.c @ Line 230 coccinelle WARNING: use scnprintf or sprintf 1
3020 /src/drivers/scsi/scsi_sysfs.c @ Line 829 coccinelle WARNING: use scnprintf or sprintf 1
3021 /src/drivers/scsi/scsi_transport_fc.c @ Line 2350 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2335 1
3022 /src/drivers/scsi/scsi_transport_iscsi.c @ Line 4043 coccinelle WARNING opportunity for kobj_to_dev() 1
3023 /src/drivers/scsi/scsi_transport_iscsi.c @ Line 1128 coccinelle WARNING opportunity for kobj_to_dev() 1
3024 /src/drivers/scsi/scsi_transport_iscsi.c @ Line 926 coccinelle WARNING opportunity for kobj_to_dev() 1
3025 /src/drivers/scsi/scsi_transport_iscsi.c @ Line 4456 coccinelle WARNING opportunity for kobj_to_dev() 1
3026 /src/drivers/scsi/scsi_transport_iscsi.c @ Line 436 coccinelle WARNING opportunity for kobj_to_dev() 1
3027 /src/drivers/scsi/scsi_transport_iscsi.c @ Line 4312 coccinelle WARNING opportunity for kobj_to_dev() 1
3028 /src/drivers/scsi/scsi_transport_sas.c @ Line 1074 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1069 1
3029 /src/drivers/scsi/scsi_transport_spi.c @ Line 1471 coccinelle WARNING opportunity for kobj_to_dev() 1
3030 /src/drivers/scsi/sg.c @ Line 259 coccinelle preceding lock on line 256 1
3031 /src/drivers/scsi/sg.c @ Line 261 coccinelle preceding lock on line 256 1
3032 /src/drivers/scsi/sg.c @ Line 272 coccinelle preceding lock on line 269 1
3033 /src/drivers/scsi/sg.c @ Line 274 coccinelle preceding lock on line 269 1
3034 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6166 coccinelle WARNING: use scnprintf or sprintf 1
3035 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6160 coccinelle WARNING: use scnprintf or sprintf 1
3036 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6337 coccinelle WARNING: use scnprintf or sprintf 1
3037 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6191 coccinelle WARNING: use scnprintf or sprintf 1
3038 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6534 coccinelle WARNING: use scnprintf or sprintf 1
3039 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6507 coccinelle WARNING: use scnprintf or sprintf 1
3040 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6449 coccinelle WARNING: use scnprintf or sprintf 1
3041 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6179 coccinelle WARNING: use scnprintf or sprintf 1
3042 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6305 coccinelle WARNING: use scnprintf or sprintf 1
3043 /src/drivers/scsi/smartpqi/smartpqi_init.c @ Line 6203 coccinelle WARNING: use scnprintf or sprintf 1
3044 /src/drivers/scsi/snic/snic_attrs.c @ Line 49 coccinelle WARNING: use scnprintf or sprintf 1
3045 /src/drivers/scsi/snic/snic_attrs.c @ Line 62 coccinelle WARNING: use scnprintf or sprintf 1
3046 /src/drivers/scsi/snic/snic_attrs.c @ Line 40 coccinelle WARNING: use scnprintf or sprintf 1
3047 /src/drivers/scsi/snic/snic_attrs.c @ Line 30 coccinelle WARNING: use scnprintf or sprintf 1
3048 /src/drivers/scsi/storvsc_drv.c @ Line 671 coccinelle ERROR: invalid reference to the index variable of the iterator on line 660 1
3049 /src/drivers/scsi/sun_esp.c @ Line 549 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 541, but without a corresponding object release within this function. 1
3050 /src/drivers/scsi/ufs/ufshcd.c @ Line 8971 coccinelle ERROR: hba is NULL but dereferenced. 1
3051 /src/drivers/scsi/wd719x.c @ Line 689 coccinelle ERROR: invalid reference to the index variable of the iterator on line 686 1
3052 /src/drivers/sh/intc/handle.c @ Line 132 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3053 /src/drivers/sh/maple/maple.c @ Line 621 coccinelle WARNING: Comparison to bool 1
3054 /src/drivers/sh/maple/maple.c @ Line 582 coccinelle WARNING: Comparison to bool 1
3055 /src/drivers/sh/maple/maple.c @ Line 563 coccinelle WARNING: Comparison to bool 1
3056 /src/drivers/siox/siox-core.c @ Line 338 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3057 /src/drivers/siox/siox-core.c @ Line 360 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3058 /src/drivers/siox/siox-core.c @ Line 725 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3059 /src/drivers/soc/amlogic/meson-canvas.c @ Line 80 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 61, but without a corresponding object release within this function. 1
3060 /src/drivers/soc/bcm/brcmstb/pm/pm-arm.c @ Line 289 coccinelle duplicated argument to & or | 1
3061 /src/drivers/soc/bcm/brcmstb/pm/pm-arm.c @ Line 297 coccinelle duplicated argument to & or | 1
3062 /src/drivers/soc/bcm/brcmstb/pm/pm-mips.c @ Line 404 coccinelle WARNING: Function "for_each_matching_node" should have of_node_put() before break around line 408. 1
3063 /src/drivers/soc/bcm/brcmstb/pm/pm-mips.c @ Line 404 coccinelle WARNING: Function "for_each_matching_node" should have of_node_put() before goto around lines 412. 1
3064 /src/drivers/soc/dove/pmu.c @ Line 408 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before break around line 414. 1
3065 /src/drivers/soc/dove/pmu.c @ Line 408 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before break around line 420. 1
3066 /src/drivers/soc/qcom/apr.c @ Line 316 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 326. 1
3067 /src/drivers/soc/qcom/apr.c @ Line 316 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 332. 1
3068 /src/drivers/soc/qcom/pdr_interface.c @ Line 337 coccinelle ERROR: invalid reference to the index variable of the iterator on line 315 1
3069 /src/drivers/soc/qcom/qcom_aoss.c @ Line 47 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3070 /src/drivers/soc/qcom/smp2p.c @ Line 500 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 504. 1
3071 /src/drivers/soc/qcom/smp2p.c @ Line 500 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 512. 1
3072 /src/drivers/soc/qcom/smp2p.c @ Line 500 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 517. 1
3073 /src/drivers/soc/qcom/smp2p.c @ Line 500 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 523. 1
3074 /src/drivers/soc/ti/knav_dma.c @ Line 758 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before break around line 762. 1
3075 /src/drivers/soc/ti/knav_dma.c @ Line 460 coccinelle ERROR: invalid reference to the index variable of the iterator on line 447 1
3076 /src/drivers/soc/ti/knav_dma.c @ Line 479 coccinelle ERROR: invalid reference to the index variable of the iterator on line 460 1
3077 /src/drivers/soc/ti/knav_qmss_queue.c @ Line 1498 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1502. 1
3078 /src/drivers/soc/ti/knav_qmss_queue.c @ Line 1399 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1403. 1
3079 /src/drivers/soc/ti/knav_qmss_queue.c @ Line 1087 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before return around line 1091. 1
3080 /src/drivers/soc/ti/smartreflex.c @ Line 820 coccinelle WARNING: pm_sr_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
3081 /src/drivers/soundwire/stream.c @ Line 863 coccinelle preceding lock on line 775 1
3082 /src/drivers/spi/spi-bcm-qspi.c @ Line 884 coccinelle WARNING: Comparison to bool 1
3083 /src/drivers/spi/spi-bcm-qspi.c @ Line 895 coccinelle WARNING: Comparison to bool 1
3084 /src/drivers/spi/spi-bcm-qspi.c @ Line 1035 coccinelle WARNING: Comparison to bool 1
3085 /src/drivers/spi/spi-cadence-quadspi.c @ Line 1153 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1157. 1
3086 /src/drivers/spi/spi-cadence-quadspi.c @ Line 1153 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1162. 1
3087 /src/drivers/spi/spi-cadence-quadspi.c @ Line 1153 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 1171. 1
3088 /src/drivers/spi/spi-fsi.c @ Line 573 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before break around line 583. 1
3089 /src/drivers/spi/spi-fsi.c @ Line 482 coccinelle iterator with update on line 544 1
3090 /src/drivers/spi/spi-orion.c @ Line 684 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 718. 1
3091 /src/drivers/spi/spi-ppc4xx.c @ Line 85 coccinelle duplicated argument to & or | 1
3092 /src/drivers/spi/spi-tle62x0.c @ Line 144 coccinelle WARNING: use scnprintf or sprintf 1
3093 /src/drivers/spi/spi-topcliff-pch.c @ Line 606 coccinelle ERROR: reference preceded by free on line 584 1
3094 /src/drivers/spi/spi-topcliff-pch.c @ Line 610 coccinelle ERROR: reference preceded by free on line 584 1
3095 /src/drivers/spi/spi-topcliff-pch.c @ Line 625 coccinelle ERROR: reference preceded by free on line 584 1
3096 /src/drivers/spi/spidev.c @ Line 581 coccinelle ERROR: invalid reference to the index variable of the iterator on line 569 1
3097 /src/drivers/ssb/main.c @ Line 226 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3098 /src/drivers/ssb/main.c @ Line 49 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3099 /src/drivers/ssb/main.c @ Line 1286 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3100 /src/drivers/staging/android/ashmem.c @ Line 729 coccinelle ERROR: invalid reference to the index variable of the iterator on line 709 1
3101 /src/drivers/staging/comedi/comedi_fops.c @ Line 399 coccinelle WARNING: use scnprintf or sprintf 1
3102 /src/drivers/staging/comedi/comedi_fops.c @ Line 512 coccinelle WARNING: use scnprintf or sprintf 1
3103 /src/drivers/staging/comedi/comedi_fops.c @ Line 455 coccinelle WARNING: use scnprintf or sprintf 1
3104 /src/drivers/staging/comedi/comedi_fops.c @ Line 568 coccinelle WARNING: use scnprintf or sprintf 1
3105 /src/drivers/staging/comedi/drivers/das1800.c @ Line 1302 coccinelle WARNING: possible condition with no effect (if == else) 1
3106 /src/drivers/staging/fbtft/fbtft-sysfs.c @ Line 202 coccinelle WARNING: use scnprintf or sprintf 1
3107 /src/drivers/staging/fbtft/fbtft.h @ Line 234 coccinelle WARNING: Use ARRAY_SIZE 1
3108 /src/drivers/staging/fieldbus/dev_core.c @ Line 73 coccinelle WARNING: use scnprintf or sprintf 1
3109 /src/drivers/staging/greybus/audio_codec.c @ Line 460 coccinelle ERROR: invalid reference to the index variable of the iterator on line 441 1
3110 /src/drivers/staging/greybus/audio_codec.c @ Line 603 coccinelle ERROR: invalid reference to the index variable of the iterator on line 595 1
3111 /src/drivers/staging/greybus/audio_codec.c @ Line 608 coccinelle ERROR: invalid reference to the index variable of the iterator on line 595 1
3112 /src/drivers/staging/greybus/audio_codec.c @ Line 533 coccinelle ERROR: invalid reference to the index variable of the iterator on line 514 1
3113 /src/drivers/staging/greybus/audio_helper.c @ Line 135 coccinelle ERROR: invalid reference to the index variable of the iterator on line 127 1
3114 /src/drivers/staging/greybus/bootrom.c @ Line 301 coccinelle ERROR: fw is NULL but dereferenced. 1
3115 /src/drivers/staging/hikey9xx/hi6421v600-regulator.c @ Line 455 coccinelle WARNING: invalid free of devm_ allocated data 1
3116 /src/drivers/staging/media/atomisp/pci/atomisp_acc.c @ Line 506 coccinelle ERROR: invalid reference to the index variable of the iterator on line 461 1
3117 /src/drivers/staging/media/atomisp/pci/atomisp_cmd.c @ Line 5410 coccinelle WARNING: possible condition with no effect (if == else) 1
3118 /src/drivers/staging/media/atomisp/pci/hive_isp_css_include/assert_support.h @ Line 57 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3119 /src/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ia_css_sdis.host.c @ Line 390 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3120 /src/drivers/staging/media/atomisp/pci/runtime/isp_param/src/isp_param.c @ Line 159 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3121 /src/drivers/staging/media/atomisp/pci/sh_css_params.c @ Line 4652 coccinelle WARNING !A || A && B is equivalent to !A || B 1
3122 /src/drivers/staging/mt7621-pci/pci-mt7621.c @ Line 377 coccinelle line 377 is redundant because platform_get_irq() already prints an error 1
3123 /src/drivers/staging/mt7621-pci/pci-mt7621.c @ Line 267 coccinelle WARNING: Suspicious code. resource_size is maybe missing with mem_resource 1
3124 /src/drivers/staging/rtl8192e/rtllib_softmac_wx.c @ Line 431 coccinelle preceding lock on line 421 1
3125 /src/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c @ Line 374 coccinelle preceding lock on line 364 1
3126 /src/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c @ Line 997 coccinelle ERROR: invalid reference to the index variable of the iterator on line 980 1
3127 /src/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c @ Line 950 coccinelle preceding lock on line 913 1
3128 /src/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c @ Line 941 coccinelle preceding lock on line 884 1
3129 /src/drivers/target/iscsi/cxgbit/cxgbit_cm.c @ Line 593 coccinelle ERROR: invalid reference to the index variable of the iterator on line 584 1
3130 /src/drivers/target/iscsi/iscsi_target.c @ Line 2724 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2713 1
3131 /src/drivers/target/iscsi/iscsi_target.c @ Line 4511 coccinelle ERROR: invalid reference to the index variable of the iterator on line 4499 1
3132 /src/drivers/target/iscsi/iscsi_target_erl1.c @ Line 511 coccinelle ERROR: invalid reference to the index variable of the iterator on line 494 1
3133 /src/drivers/target/target_core_configfs.c @ Line 951 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3134 /src/drivers/thermal/da9062-thermal.c @ Line 252 coccinelle line 252 is redundant because platform_get_irq() already prints an error 1
3135 /src/drivers/thermal/db8500_thermal.c @ Line 178 coccinelle line 178 is redundant because platform_get_irq() already prints an error 1
3136 /src/drivers/thermal/db8500_thermal.c @ Line 192 coccinelle line 192 is redundant because platform_get_irq() already prints an error 1
3137 /src/drivers/thermal/imx_sc_thermal.c @ Line 93 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before return around line 97. 1
3138 /src/drivers/thermal/imx_sc_thermal.c @ Line 93 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before break around line 107. 1
3139 /src/drivers/thermal/imx_sc_thermal.c @ Line 93 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before break around line 117. 1
3140 /src/drivers/thermal/intel/intel_powerclamp.c @ Line 470 coccinelle WARNING: Comparison to bool 1
3141 /src/drivers/thermal/intel/intel_powerclamp.c @ Line 570 coccinelle WARNING: Comparison to bool 1
3142 /src/drivers/thermal/intel/intel_powerclamp.c @ Line 583 coccinelle WARNING: Comparison to bool 1
3143 /src/drivers/thermal/intel/intel_powerclamp.c @ Line 608 coccinelle WARNING: Comparison to bool 1
3144 /src/drivers/thermal/qcom/tsens.c @ Line 759 coccinelle ERROR: missing put_device; call of_find_device_by_node on line 715, but without a corresponding object release within this function. 1
3145 /src/drivers/thermal/sprd_thermal.c @ Line 387 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 391. 1
3146 /src/drivers/thermal/sprd_thermal.c @ Line 387 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 400. 1
3147 /src/drivers/thermal/sprd_thermal.c @ Line 387 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 406. 1
3148 /src/drivers/thermal/sprd_thermal.c @ Line 387 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 419. 1
3149 /src/drivers/thermal/tegra/soctherm.c @ Line 1628 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3150 /src/drivers/thermal/thermal_core.c @ Line 1186 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1183 1
3151 /src/drivers/thermal/thermal_core.c @ Line 757 coccinelle ERROR: invalid reference to the index variable of the iterator on line 748 1
3152 /src/drivers/thermal/thermal_core.c @ Line 757 coccinelle ERROR: invalid reference to the index variable of the iterator on line 752 1
3153 /src/drivers/thermal/thermal_core.c @ Line 1441 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1438 1
3154 /src/drivers/thunderbolt/ctl.c @ Line 163 coccinelle ERROR: invalid reference to the index variable of the iterator on line 153 1
3155 /src/drivers/thunderbolt/dma_test.c @ Line 302 coccinelle WARNING opportunity for kmemdup 1
3156 /src/drivers/thunderbolt/tunnel.c @ Line 121 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3157 /src/drivers/thunderbolt/tunnel.c @ Line 1028 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3158 /src/drivers/tty/n_tty.c @ Line 180 smatch.check_return_efault warn: maybe return -EFAULT instead of the bytes remaining? 1
3159 /src/drivers/tty/n_tty.c @ Line 189 smatch.check_return_efault warn: maybe return -EFAULT instead of the bytes remaining? 1
3160 /src/drivers/tty/serial/8250/8250_aspeed_vuart.c @ Line 72 coccinelle WARNING: use scnprintf or sprintf 1
3161 /src/drivers/tty/serial/8250/8250_aspeed_vuart.c @ Line 142 coccinelle WARNING: use scnprintf or sprintf 1
3162 /src/drivers/tty/serial/8250/8250_aspeed_vuart.c @ Line 105 coccinelle WARNING: use scnprintf or sprintf 1
3163 /src/drivers/tty/serial/8250/8250_core.c @ Line 1041 smatch.check_check_deref error: we previously assumed 'uart->port.dev' could be null (see line 997) 1
3164 /src/drivers/tty/serial/8250/8250_fsl.c @ Line 109 coccinelle line 109 is redundant because platform_get_irq() already prints an error 1
3165 /src/drivers/tty/serial/8250/8250_port.c @ Line 3036 coccinelle WARNING: use scnprintf or sprintf 1
3166 /src/drivers/tty/serial/bcm63xx_uart.c @ Line 847 coccinelle ERROR: missing clk_put; clk_get on line 842 and execution via conditional on line 846 1
3167 /src/drivers/tty/serial/cpm_uart/cpm_uart_core.c @ Line 1323 coccinelle ERROR: of_node_put not needed after iterator on line 1303 1
3168 /src/drivers/tty/serial/dz.c @ Line 668 coccinelle x = atomic_add_return(-1, ...) 1
3169 /src/drivers/tty/serial/dz.c @ Line 703 coccinelle x = atomic_add_return(-1, ...) 1
3170 /src/drivers/tty/serial/dz.c @ Line 451 coccinelle x = atomic_add_return(-1, ...) 1
3171 /src/drivers/tty/serial/pmac_zilog.c @ Line 315 coccinelle preceding lock on line 258 1
3172 /src/drivers/tty/serial/pmac_zilog.c @ Line 319 coccinelle preceding lock on line 258 1
3173 /src/drivers/tty/serial/serial_core.c @ Line 297 smatch.check_check_deref error: we previously assumed 'uport' could be null (see line 293) 1
3174 /src/drivers/tty/serial/serial_core.c @ Line 2743 smatch.check_kernel_printf warn: argument 3 to %lX specifier is cast from pointer 1
3175 /src/drivers/tty/serial/zs.c @ Line 820 coccinelle x = atomic_add_return(-1, ...) 1
3176 /src/drivers/tty/sysrq.c @ Line 555 smatch.check_spectre warn: potential spectre issue 'sysrq_key_table' [r] 1
3177 /src/drivers/tty/sysrq.c @ Line 557 smatch.check_spectre_second_half warn: possible spectre second half. 'op_p' 1
3178 /src/drivers/tty/tty_baudrate.c @ Line 76 smatch.check_spectre warn: potential spectre issue 'baud_table' [r] (local cap) 1
3179 /src/drivers/tty/tty_baudrate.c @ Line 112 smatch.check_spectre warn: potential spectre issue 'baud_table' [r] (local cap) 1
3180 /src/drivers/tty/tty_io.c @ Line 626 smatch.check_locking error: double locked 'irq' (orig line 614) 1
3181 /src/drivers/tty/tty_ldisc.c @ Line 116 smatch.check_spectre warn: potential spectre issue 'tty_ldiscs' [r] 1
3182 /src/drivers/tty/tty_ldisc.c @ Line 117 smatch.check_spectre_second_half warn: possible spectre second half. 'ldops' 1
3183 /src/drivers/tty/tty_ldisc.c @ Line 125 smatch.check_spectre_second_half warn: possible spectre second half. 'ret' 1
3184 /src/drivers/tty/vt/consolemap.c @ Line 218 smatch.check_spectre warn: potential spectre issue 'q' [w] (local cap) 1
3185 /src/drivers/tty/vt/consolemap.c @ Line 260 smatch.check_spectre warn: potential spectre issue 'inv_translate' [w] 1
3186 /src/drivers/tty/vt/consolemap.c @ Line 589 smatch.check_no_if_block warn: for statement not indented 1
3187 /src/drivers/tty/vt/consolemap.c @ Line 834 smatch.check_spectre warn: potential spectre issue 'p->uni_pgdir' [r] 1
3188 /src/drivers/tty/vt/consolemap.c @ Line 835 smatch.check_spectre_second_half warn: possible spectre second half. 'p1' 1
3189 /src/drivers/tty/vt/consolemap.c @ Line 835 smatch.check_spectre warn: potential spectre issue 'p1' [r] 1
3190 /src/drivers/tty/vt/consolemap.c @ Line 836 smatch.check_spectre_second_half warn: possible spectre second half. 'p2' 1
3191 /src/drivers/tty/vt/consolemap.c @ Line 836 smatch.check_spectre warn: potential spectre issue 'p2' [r] 1
3192 /src/drivers/tty/vt/consolemap.c @ Line 837 smatch.check_spectre_second_half warn: possible spectre second half. 'h' 1
3193 /src/drivers/tty/vt/keyboard.c @ Line 1912 smatch.check_spectre warn: potential spectre issue 'key_map' [r] 1
3194 /src/drivers/tty/vt/keyboard.c @ Line 1981 smatch.check_spectre warn: potential spectre issue 'key_map' [r] (local cap) 1
3195 /src/drivers/tty/vt/keyboard.c @ Line 2063 smatch.check_info_leak warn: possible info leak 'kbs' 1
3196 /src/drivers/tty/vt/keyboard.c @ Line 2174 smatch.check_spectre warn: potential spectre issue 'kbd_table' [w] 1
3197 /src/drivers/tty/vt/vt.c @ Line 478 smatch.check_spectre warn: potential spectre issue 'src->lines' [r] (local cap) 1
3198 /src/drivers/tty/vt/vt.c @ Line 481 smatch.check_spectre_second_half warn: possible spectre second half. 'src_line' 1
3199 /src/drivers/tty/vt/vt.c @ Line 1051 smatch.check_spectre warn: potential spectre issue 'vc_cons' [w] (local cap) 1
3200 /src/drivers/tty/vt/vt.c @ Line 1062 smatch.check_spectre warn: potential spectre issue 'con_driver_map' [r] 1
3201 /src/drivers/tty/vt/vt.c @ Line 1064 smatch.check_spectre_second_half warn: possible spectre second half. 'vc->vc_sw' 1
3202 /src/drivers/tty/vt/vt.c @ Line 1133 smatch.check_spectre warn: potential spectre issue 'vc_cons' [w] (local cap) 1
3203 /src/drivers/tty/vt/vt.c @ Line 1828 smatch.check_kernel_printf warn: format string contains unusual character '\x1b' 1
3204 /src/drivers/tty/vt/vt.c @ Line 1853 smatch.check_kernel_printf warn: format string contains unusual character '\x1b' 1
3205 /src/drivers/tty/vt/vt.c @ Line 2589 smatch.check_spectre warn: potential spectre issue 'vc->vc_translate' [w] 1
3206 /src/drivers/tty/vt/vt.c @ Line 3910 coccinelle WARNING: use scnprintf or sprintf 1
3207 /src/drivers/tty/vt/vt.c @ Line 3918 coccinelle WARNING: use scnprintf or sprintf 1
3208 /src/drivers/tty/vt/vt_ioctl.c @ Line 418 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3209 /src/drivers/tty/vt/vt_ioctl.c @ Line 1191 smatch.check_rosenberg warn: check that 'op' doesn't leak information (struct has a hole after 'charcount') 1
3210 /src/drivers/usb/cdns3/cdnsp-gadget.c @ Line 361 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3211 /src/drivers/usb/cdns3/cdnsp-mem.c @ Line 1229 coccinelle WARNING: dma_alloc_coherent used in pdev -> dcbaa already zeroes out memory, so memset is not needed 1
3212 /src/drivers/usb/cdns3/cdnsp-ring.c @ Line 1213 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3213 /src/drivers/usb/cdns3/cdnsp-ring.c @ Line 1986 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3214 /src/drivers/usb/cdns3/cdnsp-ring.c @ Line 388 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3215 /src/drivers/usb/chipidea/udc.c @ Line 992 coccinelle preceding lock on line 990 1
3216 /src/drivers/usb/class/usbtmc.c @ Line 2443 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3217 /src/drivers/usb/class/usbtmc.c @ Line 196 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3218 /src/drivers/usb/class/usbtmc.c @ Line 197 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3219 /src/drivers/usb/class/usbtmc.c @ Line 2341 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3220 /src/drivers/usb/core/ledtrig-usbport.c @ Line 102 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3221 /src/drivers/usb/core/ledtrig-usbport.c @ Line 104 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3222 /src/drivers/usb/dwc2/hcd.c @ Line 5462 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3223 /src/drivers/usb/dwc2/hcd.c @ Line 5584 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3224 /src/drivers/usb/early/ehci-dbgp.c @ Line 1067 smatch.check_readl_infinite_loops warn: this loop depends on readl() succeeding 1
3225 /src/drivers/usb/gadget/composite.c @ Line 847 coccinelle ERROR: invalid reference to the index variable of the iterator on line 822 1
3226 /src/drivers/usb/gadget/configfs.c @ Line 1283 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3227 /src/drivers/usb/gadget/configfs.c @ Line 1423 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3228 /src/drivers/usb/gadget/function/f_fs.c @ Line 1719 coccinelle atomic_dec_and_test variation before object free at line 1723. 1
3229 /src/drivers/usb/gadget/function/f_hid.c @ Line 326 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3230 /src/drivers/usb/gadget/function/f_hid.c @ Line 356 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3231 /src/drivers/usb/gadget/function/f_hid.c @ Line 402 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3232 /src/drivers/usb/gadget/function/f_hid.c @ Line 810 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3233 /src/drivers/usb/gadget/function/f_hid.c @ Line 622 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3234 /src/drivers/usb/gadget/function/f_hid.c @ Line 708 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3235 /src/drivers/usb/gadget/legacy/ether.c @ Line 240 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3236 /src/drivers/usb/gadget/legacy/hid.c @ Line 196 coccinelle ERROR: invalid reference to the index variable of the iterator on line 145 1
3237 /src/drivers/usb/gadget/udc/aspeed-vhub/epn.c @ Line 483 coccinelle ERROR: invalid reference to the index variable of the iterator on line 478 1
3238 /src/drivers/usb/gadget/udc/aspeed-vhub/hub.c @ Line 982 coccinelle WARNING: Function "for_each_child_of_node" should have of_node_put() before break around line 1003. 1
3239 /src/drivers/usb/gadget/udc/at91_udc.c @ Line 724 coccinelle ERROR: invalid reference to the index variable of the iterator on line 720 1
3240 /src/drivers/usb/gadget/udc/atmel_usba_udc.c @ Line 877 coccinelle ERROR: invalid reference to the index variable of the iterator on line 872 1
3241 /src/drivers/usb/gadget/udc/bdc/bdc_ep.c @ Line 1779 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1775 1
3242 /src/drivers/usb/gadget/udc/dummy_hcd.c @ Line 1351 coccinelle WARNING: Comparison to bool 1
3243 /src/drivers/usb/gadget/udc/dummy_hcd.c @ Line 1370 coccinelle WARNING: Comparison to bool 1
3244 /src/drivers/usb/gadget/udc/fsl_qe_udc.c @ Line 1787 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1782 1
3245 /src/drivers/usb/gadget/udc/fsl_udc_core.c @ Line 950 coccinelle ERROR: invalid reference to the index variable of the iterator on line 946 1
3246 /src/drivers/usb/gadget/udc/goku_udc.c @ Line 840 coccinelle ERROR: invalid reference to the index variable of the iterator on line 836 1
3247 /src/drivers/usb/gadget/udc/gr_udc.c @ Line 1716 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1712 1
3248 /src/drivers/usb/gadget/udc/lpc32xx_udc.c @ Line 1680 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3249 /src/drivers/usb/gadget/udc/lpc32xx_udc.c @ Line 2837 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3250 /src/drivers/usb/gadget/udc/max3420_udc.c @ Line 1064 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1056 1
3251 /src/drivers/usb/gadget/udc/mv_u3d_core.c @ Line 868 coccinelle ERROR: invalid reference to the index variable of the iterator on line 864 1
3252 /src/drivers/usb/gadget/udc/mv_udc_core.c @ Line 1693 coccinelle WARNING: Comparison to bool 1
3253 /src/drivers/usb/gadget/udc/mv_udc_core.c @ Line 1454 coccinelle WARNING: Comparison to bool 1
3254 /src/drivers/usb/gadget/udc/net2272.c @ Line 945 coccinelle ERROR: invalid reference to the index variable of the iterator on line 941 1
3255 /src/drivers/usb/gadget/udc/net2280.c @ Line 1273 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1269 1
3256 /src/drivers/usb/gadget/udc/omap_udc.c @ Line 2756 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3257 /src/drivers/usb/gadget/udc/omap_udc.c @ Line 95 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3258 /src/drivers/usb/gadget/udc/pxa25x_udc.c @ Line 983 coccinelle ERROR: invalid reference to the index variable of the iterator on line 979 1
3259 /src/drivers/usb/gadget/udc/pxa27x_udc.c @ Line 1187 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1178 1
3260 /src/drivers/usb/gadget/udc/renesas_usb3.c @ Line 392 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3261 /src/drivers/usb/gadget/udc/s3c-hsudc.c @ Line 893 coccinelle ERROR: invalid reference to the index variable of the iterator on line 889 1
3262 /src/drivers/usb/gadget/udc/s3c2410_udc.c @ Line 1294 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1282 1
3263 /src/drivers/usb/gadget/udc/tegra-xudc.c @ Line 2982 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3264 /src/drivers/usb/gadget/udc/tegra-xudc.c @ Line 2991 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3265 /src/drivers/usb/gadget/udc/tegra-xudc.c @ Line 879 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3266 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 821 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3267 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 825 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3268 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 833 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3269 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 842 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3270 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 846 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3271 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 847 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3272 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 871 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3273 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 875 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3274 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 445 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3275 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 456 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3276 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 395 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3277 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 407 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3278 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 1334 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3279 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 1335 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3280 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 510 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3281 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 528 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3282 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 1955 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3283 /src/drivers/usb/gadget/udc/udc-xilinx.c @ Line 1957 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3284 /src/drivers/usb/misc/usbsevseg.c @ Line 196 coccinelle WARNING: use scnprintf or sprintf 1
3285 /src/drivers/usb/mtu3/mtu3_gadget.c @ Line 337 coccinelle ERROR: invalid reference to the index variable of the iterator on line 333 1
3286 /src/drivers/usb/musb/cppi_dma.c @ Line 740 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3287 /src/drivers/usb/musb/davinci.c @ Line 532 coccinelle ERROR: Assignment of non-0/1 constant to bool variable 1
3288 /src/drivers/usb/musb/musb_gadget.c @ Line 1283 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1279 1
3289 /src/drivers/usb/phy/phy-generic.c @ Line 87 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3290 /src/drivers/usb/phy/phy-generic.c @ Line 94 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3291 /src/drivers/usb/storage/usb.c @ Line 497 coccinelle duplicated argument to && or || 1
3292 /src/drivers/usb/usbip/stub_dev.c @ Line 33 coccinelle WARNING: use scnprintf or sprintf 1
3293 /src/drivers/usb/usbip/vudc_sysfs.c @ Line 203 coccinelle WARNING: use scnprintf or sprintf 1
3294 /src/drivers/usb/usbip/vudc_transfer.c @ Line 299 coccinelle preceding lock on line 285 1
3295 /src/drivers/vfio/mdev/mdev_core.c @ Line 370 coccinelle ERROR: invalid reference to the index variable of the iterator on line 365 1
3296 /src/drivers/vfio/pci/vfio_pci.c @ Line 1507 coccinelle preceding lock on line 1492 1
3297 /src/drivers/vfio/vfio.c @ Line 370 coccinelle preceding lock on line 363 1
3298 /src/drivers/vfio/vfio.c @ Line 377 coccinelle preceding lock on line 363 1
3299 /src/drivers/vfio/vfio.c @ Line 387 coccinelle preceding lock on line 363 1
3300 /src/drivers/vfio/vfio_iommu_spapr_tce.c @ Line 127 coccinelle ERROR: invalid reference to the index variable of the iterator on line 117 1
3301 /src/drivers/vhost/net.c @ Line 1080 smatch.check_uninitialized error: uninitialized symbol 'len'. 1
3302 /src/drivers/vhost/vhost.c @ Line 731 smatch.check_signed warn: impossible condition '(a + log_base > (~0)) => (0-u64max > u64max)' 1
3303 /src/drivers/vhost/vhost.c @ Line 741 smatch.check_signed warn: impossible condition '(uaddr > (~0)) => (0-u64max > u64max)' 1
3304 /src/drivers/vhost/vhost.c @ Line 741 smatch.check_signed warn: impossible condition '(size > (~0)) => (0-u64max > u64max)' 1
3305 /src/drivers/video/backlight/backlight.c @ Line 482 coccinelle ERROR: invalid reference to the index variable of the iterator on line 474 1
3306 /src/drivers/video/backlight/corgi_lcd.c @ Line 486 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
3307 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 267 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3308 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 268 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3309 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 264 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3310 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 265 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3311 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 261 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3312 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 263 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3313 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 269 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3314 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 1005 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3315 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 1010 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3316 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2585 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3317 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2587 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3318 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2589 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3319 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2595 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3320 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2597 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3321 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2599 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3322 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2601 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3323 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2604 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3324 /src/drivers/video/fbdev/aty/radeon_base.c @ Line 2606 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3325 /src/drivers/video/fbdev/cirrusfb.c @ Line 2339 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3326 /src/drivers/video/fbdev/core/fbcon.c @ Line 694 smatch.check_spectre warn: potential spectre issue 'fb_display' [r] 1
3327 /src/drivers/video/fbdev/core/fbcon.c @ Line 736 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [w] 1
3328 /src/drivers/video/fbdev/core/fbcon.c @ Line 836 smatch.check_spectre warn: potential spectre issue 'vc_cons' [r] 1
3329 /src/drivers/video/fbdev/core/fbcon.c @ Line 837 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3330 /src/drivers/video/fbdev/core/fbcon.c @ Line 838 smatch.check_spectre warn: potential spectre issue 'registered_fb' [r] 1
3331 /src/drivers/video/fbdev/core/fbcon.c @ Line 844 smatch.check_spectre_second_half warn: possible spectre second half. 'oldidx' 1
3332 /src/drivers/video/fbdev/core/fbcon.c @ Line 847 smatch.check_spectre_second_half warn: possible spectre second half. 'info' 1
3333 /src/drivers/video/fbdev/core/fbcon.c @ Line 868 smatch.check_spectre_second_half warn: possible spectre second half. 'oldinfo' 1
3334 /src/drivers/video/fbdev/core/fbcon.c @ Line 878 smatch.check_spectre warn: potential spectre issue 'con2fb_map_boot' [w] 1
3335 /src/drivers/video/fbdev/core/fbcon.c @ Line 1026 smatch.check_spectre warn: potential spectre issue 'fb_display' [r] 1
3336 /src/drivers/video/fbdev/core/fbcon.c @ Line 1034 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [w] 1
3337 /src/drivers/video/fbdev/core/fbcon.c @ Line 1180 smatch.check_spectre warn: potential spectre issue 'fb_display' [r] 1
3338 /src/drivers/video/fbdev/core/fbcon.c @ Line 1186 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3339 /src/drivers/video/fbdev/core/fbcon.c @ Line 1188 smatch.check_spectre_second_half warn: possible spectre second half. 'idx' 1
3340 /src/drivers/video/fbdev/core/fbcon.c @ Line 1291 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3341 /src/drivers/video/fbdev/core/fbcon.c @ Line 1292 smatch.check_spectre warn: potential spectre issue 'fb_display' [r] 1
3342 /src/drivers/video/fbdev/core/fbcon.c @ Line 1311 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3343 /src/drivers/video/fbdev/core/fbcon.c @ Line 1320 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3344 /src/drivers/video/fbdev/core/fbcon.c @ Line 1353 smatch.check_spectre warn: potential spectre issue 'fb_display' [r] 1
3345 /src/drivers/video/fbdev/core/fbcon.c @ Line 1358 smatch.check_spectre warn: potential spectre issue 'vc_cons' [r] 1
3346 /src/drivers/video/fbdev/core/fbcon.c @ Line 1970 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3347 /src/drivers/video/fbdev/core/fbcon.c @ Line 1972 smatch.check_spectre warn: potential spectre issue 'fb_display' [r] 1
3348 /src/drivers/video/fbdev/core/fbcon.c @ Line 2035 smatch.check_spectre warn: potential spectre issue 'fb_display' [r] 1
3349 /src/drivers/video/fbdev/core/fbcon.c @ Line 2039 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3350 /src/drivers/video/fbdev/core/fbcon.c @ Line 2509 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3351 /src/drivers/video/fbdev/core/fbcon.c @ Line 3027 smatch.check_spectre warn: potential spectre issue 'con2fb_map' [r] 1
3352 /src/drivers/video/fbdev/core/fbcon.c @ Line 3146 coccinelle WARNING: use scnprintf or sprintf 1
3353 /src/drivers/video/fbdev/core/fbcon.c @ Line 3121 coccinelle WARNING: use scnprintf or sprintf 1
3354 /src/drivers/video/fbdev/core/fbmem.c @ Line 136 smatch.check_spectre warn: potential spectre issue 'dst' [r] (local cap) 1
3355 /src/drivers/video/fbdev/core/fbmem.c @ Line 137 smatch.check_spectre_second_half warn: possible spectre second half. 'tmp' 1
3356 /src/drivers/video/fbdev/core/fbmem.c @ Line 1638 smatch.check_index_overflow error: buffer overflow 'registered_fb' 32 <= 32 (assuming for loop doesn't break) 1
3357 /src/drivers/video/fbdev/core/fbsysfs.c @ Line 233 coccinelle WARNING: use scnprintf or sprintf 1
3358 /src/drivers/video/fbdev/core/fbsysfs.c @ Line 421 coccinelle WARNING: use scnprintf or sprintf 1
3359 /src/drivers/video/fbdev/core/fbsysfs.c @ Line 393 coccinelle WARNING: use scnprintf or sprintf 1
3360 /src/drivers/video/fbdev/core/fbsysfs.c @ Line 384 coccinelle WARNING: use scnprintf or sprintf 1
3361 /src/drivers/video/fbdev/core/fbsysfs.c @ Line 260 coccinelle WARNING: use scnprintf or sprintf 1
3362 /src/drivers/video/fbdev/core/fbsysfs.c @ Line 296 coccinelle WARNING: use scnprintf or sprintf 1
3363 /src/drivers/video/fbdev/core/fbsysfs.c @ Line 288 coccinelle WARNING: use scnprintf or sprintf 1
3364 /src/drivers/video/fbdev/efifb.c @ Line 85 smatch.check_spectre warn: potential spectre issue '(info->pseudo_palette)' [w] (local cap) 1
3365 /src/drivers/video/fbdev/gbefb.c @ Line 1065 coccinelle WARNING: use scnprintf or sprintf 1
3366 /src/drivers/video/fbdev/gbefb.c @ Line 1072 coccinelle WARNING: use scnprintf or sprintf 1
3367 /src/drivers/video/fbdev/hyperv_fb.c @ Line 799 coccinelle WARNING: Comparison to bool 1
3368 /src/drivers/video/fbdev/offb.c @ Line 415 coccinelle WARNING comparing pointer to 0, suggest !E 1
3369 /src/drivers/video/fbdev/offb.c @ Line 415 coccinelle WARNING comparing pointer to 0 1
3370 /src/drivers/video/fbdev/omap/omapfb_main.c @ Line 1382 coccinelle WARNING: use scnprintf or sprintf 1
3371 /src/drivers/video/fbdev/omap/omapfb_main.c @ Line 1306 coccinelle WARNING: use scnprintf or sprintf 1
3372 /src/drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c @ Line 687 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3373 /src/drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c @ Line 647 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3374 /src/drivers/video/fbdev/omap2/omapfb/dss/dsi.c @ Line 4693 coccinelle WARNING: Comparison to bool 1
3375 /src/drivers/video/fbdev/omap2/omapfb/dss/overlay.c @ Line 130 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3376 /src/drivers/video/fbdev/omap2/omapfb/omapfb-main.c @ Line 1410 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3377 /src/drivers/video/fbdev/omap2/omapfb/omapfb-main.c @ Line 1326 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3378 /src/drivers/video/fbdev/omap2/omapfb/omapfb-main.c @ Line 2477 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3379 /src/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c @ Line 86 coccinelle WARNING: use scnprintf or sprintf 1
3380 /src/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c @ Line 495 coccinelle WARNING: use scnprintf or sprintf 1
3381 /src/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c @ Line 32 coccinelle WARNING: use scnprintf or sprintf 1
3382 /src/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c @ Line 418 coccinelle WARNING: use scnprintf or sprintf 1
3383 /src/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c @ Line 519 coccinelle WARNING: use scnprintf or sprintf 1
3384 /src/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c @ Line 504 coccinelle WARNING: use scnprintf or sprintf 1
3385 /src/drivers/video/fbdev/pxa168fb.c @ Line 622 coccinelle line 622 is redundant because platform_get_irq() already prints an error 1
3386 /src/drivers/video/fbdev/pxa3xx-gcu.c @ Line 617 coccinelle line 617 is redundant because platform_get_irq() already prints an error 1
3387 /src/drivers/video/fbdev/pxafb.c @ Line 2330 coccinelle line 2330 is redundant because platform_get_irq() already prints an error 1
3388 /src/drivers/video/fbdev/s3c2410fb.c @ Line 851 coccinelle line 851 is redundant because platform_get_irq() already prints an error 1
3389 /src/drivers/video/fbdev/sm501fb.c @ Line 1169 coccinelle WARNING: use scnprintf or sprintf 1
3390 /src/drivers/video/fbdev/smscufx.c @ Line 1604 coccinelle preceding lock on line 1488 1
3391 /src/drivers/video/fbdev/tdfxfb.c @ Line 1585 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3392 /src/drivers/video/fbdev/udlfb.c @ Line 1421 coccinelle preceding lock on line 1292 1
3393 /src/drivers/video/fbdev/uvesafb.c @ Line 1640 coccinelle WARNING: use scnprintf or sprintf 1
3394 /src/drivers/video/fbdev/uvesafb.c @ Line 1626 coccinelle WARNING: use scnprintf or sprintf 1
3395 /src/drivers/video/fbdev/uvesafb.c @ Line 1596 coccinelle WARNING: use scnprintf or sprintf 1
3396 /src/drivers/video/fbdev/uvesafb.c @ Line 1611 coccinelle WARNING: use scnprintf or sprintf 1
3397 /src/drivers/video/fbdev/uvesafb.c @ Line 1550 coccinelle WARNING: use scnprintf or sprintf 1
3398 /src/drivers/video/fbdev/uvesafb.c @ Line 1581 coccinelle WARNING: use scnprintf or sprintf 1
3399 /src/drivers/video/fbdev/vt8500lcdfb.c @ Line 376 coccinelle line 376 is redundant because platform_get_irq() already prints an error 1
3400 /src/drivers/virt/vboxguest/vboxguest_linux.c @ Line 440 coccinelle preceding lock on line 432 1
3401 /src/drivers/virtio/virtio_mem.c @ Line 2580 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3402 /src/drivers/virtio/virtio_ring.c @ Line 1197 smatch.check_uninitialized error: uninitialized symbol 'prev'. 1
3403 /src/drivers/virtio/virtio_ring.c @ Line 1205 smatch.check_uninitialized error: uninitialized symbol 'head_flags'. 1
3404 /src/drivers/virtio/virtio_ring.c @ Line 508 smatch.check_uninitialized error: uninitialized symbol 'prev'. 1
3405 /src/drivers/virtio/virtio_ring.c @ Line 1637 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3406 /src/drivers/virtio/virtio_ring.c @ Line 1638 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3407 /src/drivers/w1/slaves/w1_ds2780.c @ Line 93 coccinelle WARNING opportunity for kobj_to_dev() 1
3408 /src/drivers/w1/slaves/w1_ds2781.c @ Line 90 coccinelle WARNING opportunity for kobj_to_dev() 1
3409 /src/drivers/w1/w1.c @ Line 844 coccinelle ERROR: invalid reference to the index variable of the iterator on line 835 1
3410 /src/drivers/w1/w1.c @ Line 873 coccinelle ERROR: invalid reference to the index variable of the iterator on line 856 1
3411 /src/drivers/watchdog/alim7101_wdt.c @ Line 390 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3412 /src/drivers/watchdog/hpwdt.c @ Line 339 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3413 /src/drivers/watchdog/hpwdt.c @ Line 125 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3414 /src/drivers/watchdog/mpc8xxx_wdt.c @ Line 62 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3415 /src/drivers/watchdog/watchdog_pretimeout.c @ Line 214 coccinelle ERROR: invalid reference to the index variable of the iterator on line 206 1
3416 /src/drivers/xen/events/events_base.c @ Line 1162 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3417 /src/drivers/xen/events/events_base.c @ Line 1853 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3418 /src/drivers/xen/events/events_base.c @ Line 1828 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3419 /src/drivers/xen/events/events_base.c @ Line 714 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3420 /src/drivers/xen/events/events_base.c @ Line 1904 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3421 /src/drivers/xen/evtchn.c @ Line 407 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3422 /src/drivers/xen/grant-table.c @ Line 974 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3423 /src/drivers/xen/grant-table.c @ Line 961 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3424 /src/drivers/xen/xen-pciback/pci_stub.c @ Line 1641 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1632 1
3425 /src/drivers/xen/xen-scsiback.c @ Line 1886 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3426 /src/drivers/xen/xenbus/xenbus_client.c @ Line 540 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3427 /src/drivers/xen/xenbus/xenbus_client.c @ Line 579 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3428 /src/drivers/xen/xenbus/xenbus_client.c @ Line 776 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3429 /src/drivers/xen/xenbus/xenbus_comms.c @ Line 311 coccinelle ERROR: invalid reference to the index variable of the iterator on line 300 1
3430 /src/drivers/xen/xenbus/xenbus_comms.c @ Line 261 coccinelle preceding lock on line 243 1
3431 /src/drivers/xen/xenbus/xenbus_comms.c @ Line 274 coccinelle preceding lock on line 243 1
3432 /src/drivers/xen/xenbus/xenbus_comms.c @ Line 290 coccinelle preceding lock on line 243 1
3433 /src/fs/9p/vfs_file.c @ Line 149 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3434 /src/fs/afs/cell.c @ Line 543 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3435 /src/fs/afs/cell.c @ Line 578 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3436 /src/fs/afs/cmservice.c @ Line 271 coccinelle WARNING: array3_size is already used (line 267) to compute the same size 1
3437 /src/fs/afs/dir.c @ Line 620 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3438 /src/fs/afs/dir.c @ Line 548 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3439 /src/fs/afs/write.c @ Line 510 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3440 /src/fs/afs/write.c @ Line 578 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3441 /src/fs/afs/write.c @ Line 580 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3442 /src/fs/afs/write.c @ Line 724 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3443 /src/fs/aio.c @ Line 1292 smatch.check_locking error: double unlocked '__t.timer.base->cpu_base->lock' (orig line 1292) 1
3444 /src/fs/attr.c @ Line 289 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3445 /src/fs/autofs/expire.c @ Line 106 smatch.check_locking error: double unlocked 'root->d_lockref.lock' (orig line 105) 1
3446 /src/fs/autofs/expire.c @ Line 138 smatch.check_locking error: double unlocked 'p->d_lockref.lock' (orig line 129) 1
3447 /src/fs/binfmt_elf.c @ Line 1319 smatch.smatch_slist warn: Function too hairy. No more merges. 1
3448 /src/fs/binfmt_elf.c @ Line 1319 smatch.smatch_flow parse error: Function too hairy. Giving up. 39 seconds 1
3449 /src/fs/block_dev.c @ Line 873 smatch.check_memcpy_overflow error: memset() 'bdev' too small (184 vs 960) 1
3450 /src/fs/btrfs/backref.c @ Line 2754 smatch.check_testing_index_after_use error: testing array offset 'level' after use. 1
3451 /src/fs/btrfs/block-group.c @ Line 642 coccinelle preceding lock on line 582 1
3452 /src/fs/btrfs/ctree.c @ Line 1099 smatch.check_check_deref error: we previously assumed 'parent' could be null (see line 1042) 1
3453 /src/fs/btrfs/ctree.c @ Line 1989 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3454 /src/fs/btrfs/delayed-inode.c @ Line 1157 coccinelle WARNING !A || A && B is equivalent to !A || B 1
3455 /src/fs/btrfs/disk-io.c @ Line 613 coccinelle atomic_dec_and_test variation before object free at line 637. 1
3456 /src/fs/btrfs/disk-io.c @ Line 3250 smatch.check_deref_check warn: variable dereferenced before check 'fs_devices->latest_bdev' (see line 3020) 1
3457 /src/fs/btrfs/extent-tree.c @ Line 4120 coccinelle iterator with update on line 4189 1
3458 /src/fs/btrfs/extent-tree.c @ Line 2033 coccinelle second lock on line 2033 1
3459 /src/fs/btrfs/extent-tree.c @ Line 3477 coccinelle preceding lock on line 3473 1
3460 /src/fs/btrfs/extent-tree.c @ Line 3477 coccinelle preceding lock on line 3495 1
3461 /src/fs/btrfs/extent-tree.c @ Line 3480 coccinelle preceding lock on line 3473 1
3462 /src/fs/btrfs/extent-tree.c @ Line 3480 coccinelle preceding lock on line 3495 1
3463 /src/fs/btrfs/extent-tree.c @ Line 3485 coccinelle preceding lock on line 3473 1
3464 /src/fs/btrfs/extent-tree.c @ Line 3485 coccinelle preceding lock on line 3495 1
3465 /src/fs/btrfs/extent-tree.c @ Line 3488 coccinelle preceding lock on line 3473 1
3466 /src/fs/btrfs/extent-tree.c @ Line 3488 coccinelle preceding lock on line 3495 1
3467 /src/fs/btrfs/extent-tree.c @ Line 3497 coccinelle preceding lock on line 3495 1
3468 /src/fs/btrfs/extent-tree.c @ Line 430 smatch.check_kernel_printf warn: argument 4 to %lx specifier is cast from pointer 1
3469 /src/fs/btrfs/extent_io.c @ Line 5358 coccinelle atomic_dec_and_test variation before object free at line 5365. 1
3470 /src/fs/btrfs/extent_io.c @ Line 5358 coccinelle atomic_dec_and_test variation before object free at line 5372. 1
3471 /src/fs/btrfs/extent_io.c @ Line 6164 smatch.check_locking warn: inconsistent returns 'eb->refs_lock'. 1
3472 /src/fs/btrfs/free-space-cache.c @ Line 343 coccinelle preceding lock on line 305 1
3473 /src/fs/btrfs/free-space-cache.c @ Line 2285 coccinelle preceding lock on line 2269 1
3474 /src/fs/btrfs/free-space-cache.c @ Line 1066 coccinelle preceding lock on line 1014 1
3475 /src/fs/btrfs/free-space-cache.c @ Line 1066 coccinelle preceding lock on line 1039 1
3476 /src/fs/btrfs/free-space-cache.c @ Line 2246 smatch.check_deref_check warn: variable dereferenced before check 'info' (see line 2176) 1
3477 /src/fs/btrfs/free-space-cache.c @ Line 3879 smatch.check_uninitialized error: uninitialized symbol 'ret'. 1
3478 /src/fs/btrfs/ioctl.c @ Line 1643 smatch.check_64bit_shift warn: should 'ret << 12' be a 64 bit type? 1
3479 /src/fs/btrfs/ordered-data.c @ Line 364 smatch.check_deref_check warn: variable dereferenced before check 'entry' (see line 333) 1
3480 /src/fs/btrfs/ordered-data.c @ Line 427 smatch.check_deref_check warn: variable dereferenced before check 'entry' (see line 405) 1
3481 /src/fs/btrfs/ordered-data.c @ Line 518 coccinelle atomic_dec_and_test variation before object free at line 525. 1
3482 /src/fs/btrfs/print-tree.c @ Line 405 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3483 /src/fs/btrfs/print-tree.c @ Line 408 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3484 /src/fs/btrfs/qgroup.c @ Line 2928 coccinelle preceding lock on line 2747 1
3485 /src/fs/btrfs/raid56.c @ Line 237 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3486 /src/fs/btrfs/reada.c @ Line 713 smatch.check_check_deref error: we previously assumed 'dev->reada_curr_zone' could be null (see line 699) 1
3487 /src/fs/btrfs/reada.c @ Line 191 coccinelle atomic_dec_and_test variation before object free at line 186. 1
3488 /src/fs/btrfs/reflink.c @ Line 505 smatch.check_uninitialized error: potentially dereferencing uninitialized 'trans'. 1
3489 /src/fs/btrfs/reflink.c @ Line 631 smatch.check_uninitialized error: uninitialized symbol 'ret'. 1
3490 /src/fs/btrfs/scrub.c @ Line 1942 coccinelle atomic_dec_and_test variation before object free at line 1945. 1
3491 /src/fs/btrfs/send.c @ Line 7444 smatch.check_check_deref error: we previously assumed 'sctx->clone_roots' could be null (see line 7272) 1
3492 /src/fs/btrfs/send.c @ Line 7461 smatch.smatch_slist warn: Function too hairy. No more merges. 1
3493 /src/fs/btrfs/send.c @ Line 7461 smatch.smatch_flow parse error: Function too hairy. Giving up. 15 seconds 1
3494 /src/fs/btrfs/send.c @ Line 7408 coccinelle ERROR: sctx is NULL but dereferenced. 1
3495 /src/fs/btrfs/send.c @ Line 7425 coccinelle ERROR: sctx is NULL but dereferenced. 1
3496 /src/fs/btrfs/send.c @ Line 7436 coccinelle ERROR: sctx is NULL but dereferenced. 1
3497 /src/fs/btrfs/space-info.c @ Line 789 coccinelle WARNING: return of 0/1 in function 'need_preemptive_reclaim' with return type bool 1
3498 /src/fs/btrfs/struct-funcs.c @ Line 16 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
3499 /src/fs/btrfs/struct-funcs.c @ Line 22 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
3500 /src/fs/btrfs/volumes.c @ Line 3694 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3501 /src/fs/btrfs/volumes.c @ Line 1223 smatch.check_check_deref error: we previously assumed 'latest_dev' could be null (see line 1211) 1
3502 /src/fs/btrfs/volumes.c @ Line 6077 smatch.check_err_ptr_deref error: 'em' dereferencing possible ERR_PTR() 1
3503 /src/fs/btrfs/volumes.c @ Line 6891 smatch.check_deref error: potential null dereference 'device'. (add_missing_dev returns null) 1
3504 /src/fs/btrfs/zlib.c @ Line 227 smatch.check_uninitialized error: uninitialized symbol 'ret'. 1
3505 /src/fs/buffer.c @ Line 235 smatch.check_64bit_shift warn: should '1 << bd_inode->i_blkbits' be a 64 bit type? 1
3506 /src/fs/ceph/caps.c @ Line 1604 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1595 1
3507 /src/fs/ceph/caps.c @ Line 3156 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3149 1
3508 /src/fs/ceph/caps.c @ Line 3680 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3664 1
3509 /src/fs/ceph/caps.c @ Line 3680 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3664 1
3510 /src/fs/ceph/caps.c @ Line 3697 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3664 1
3511 /src/fs/ceph/caps.c @ Line 2183 coccinelle preceding lock on line 2099 1
3512 /src/fs/ceph/caps.c @ Line 1685 coccinelle preceding lock on line 1662 1
3513 /src/fs/ceph/caps.c @ Line 3868 coccinelle preceding lock on line 3846 1
3514 /src/fs/ceph/caps.c @ Line 2252 coccinelle preceding lock on line 2208 1
3515 /src/fs/ceph/snap.c @ Line 203 coccinelle atomic_dec_and_test variation before object free at line 204. 1
3516 /src/fs/ceph/snap.c @ Line 215 coccinelle atomic_dec_and_test variation before object free at line 219. 1
3517 /src/fs/ceph/snap.c @ Line 1092 coccinelle atomic_dec_and_test variation before object free at line 1101. 1
3518 /src/fs/cifs/cifs_debug.c @ Line 914 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
3519 /src/fs/cifs/cifs_debug.c @ Line 917 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
3520 /src/fs/cifs/cifsacl.c @ Line 372 coccinelle WARNING: Comparison to bool 1
3521 /src/fs/cifs/connect.c @ Line 3345 coccinelle WARNING: Comparison to bool 1
3522 /src/fs/cifs/connect.c @ Line 2263 coccinelle WARNING: Comparison to bool 1
3523 /src/fs/cifs/connect.c @ Line 4093 coccinelle WARNING: Comparison to bool 1
3524 /src/fs/cifs/connect.c @ Line 5044 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3525 /src/fs/cifs/connect.c @ Line 3816 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3526 /src/fs/cifs/connect.c @ Line 3854 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3527 /src/fs/cifs/connect.c @ Line 3386 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3528 /src/fs/cifs/connect.c @ Line 1433 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3529 /src/fs/cifs/connect.c @ Line 1435 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3530 /src/fs/cifs/connect.c @ Line 1508 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3531 /src/fs/cifs/connect.c @ Line 1511 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3532 /src/fs/cifs/connect.c @ Line 1526 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3533 /src/fs/cifs/connect.c @ Line 1529 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3534 /src/fs/cifs/connect.c @ Line 1532 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3535 /src/fs/cifs/connect.c @ Line 1535 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3536 /src/fs/cifs/connect.c @ Line 1538 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3537 /src/fs/cifs/connect.c @ Line 1541 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3538 /src/fs/cifs/connect.c @ Line 1544 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3539 /src/fs/cifs/connect.c @ Line 1547 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3540 /src/fs/cifs/connect.c @ Line 1564 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3541 /src/fs/cifs/connect.c @ Line 1567 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3542 /src/fs/cifs/connect.c @ Line 1570 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3543 /src/fs/cifs/connect.c @ Line 1578 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3544 /src/fs/cifs/connect.c @ Line 1581 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3545 /src/fs/cifs/connect.c @ Line 1587 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3546 /src/fs/cifs/connect.c @ Line 1593 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3547 /src/fs/cifs/connect.c @ Line 1596 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3548 /src/fs/cifs/connect.c @ Line 1599 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3549 /src/fs/cifs/connect.c @ Line 1602 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3550 /src/fs/cifs/connect.c @ Line 1613 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3551 /src/fs/cifs/connect.c @ Line 1616 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3552 /src/fs/cifs/connect.c @ Line 1619 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3553 /src/fs/cifs/connect.c @ Line 1622 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3554 /src/fs/cifs/connect.c @ Line 1625 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3555 /src/fs/cifs/connect.c @ Line 1628 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3556 /src/fs/cifs/connect.c @ Line 1637 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3557 /src/fs/cifs/connect.c @ Line 1640 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3558 /src/fs/cifs/connect.c @ Line 1643 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3559 /src/fs/cifs/connect.c @ Line 1646 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3560 /src/fs/cifs/connect.c @ Line 1649 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3561 /src/fs/cifs/connect.c @ Line 1652 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3562 /src/fs/cifs/connect.c @ Line 1655 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3563 /src/fs/cifs/connect.c @ Line 1658 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3564 /src/fs/cifs/connect.c @ Line 1661 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3565 /src/fs/cifs/connect.c @ Line 1664 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3566 /src/fs/cifs/connect.c @ Line 1667 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3567 /src/fs/cifs/connect.c @ Line 1670 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3568 /src/fs/cifs/connect.c @ Line 1673 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3569 /src/fs/cifs/connect.c @ Line 1676 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3570 /src/fs/cifs/connect.c @ Line 1679 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3571 /src/fs/cifs/connect.c @ Line 1694 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3572 /src/fs/cifs/connect.c @ Line 1938 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3573 /src/fs/cifs/connect.c @ Line 4124 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3574 /src/fs/cifs/connect.c @ Line 3810 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3575 /src/fs/cifs/connect.c @ Line 3814 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3576 /src/fs/cifs/connect.c @ Line 2085 smatch.check_indenting warn: inconsistent indenting 1
3577 /src/fs/cifs/connect.c @ Line 2272 smatch.smatch_slist warn: Function too hairy. No more merges. 1
3578 /src/fs/cifs/connect.c @ Line 2272 smatch.smatch_flow parse error: Function too hairy. Giving up. 21 seconds 1
3579 /src/fs/cifs/fs_context.c @ Line 161 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3580 /src/fs/cifs/misc.c @ Line 518 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3581 /src/fs/cifs/sess.c @ Line 824 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
3582 /src/fs/cifs/sess.c @ Line 1661 smatch.check_indenting warn: inconsistent indenting 1
3583 /src/fs/cifs/smb2misc.c @ Line 416 coccinelle WARNING: Comparison to bool 1
3584 /src/fs/cifs/smb2ops.c @ Line 3470 coccinelle WARNING: Comparison to bool 1
3585 /src/fs/cifs/smb2ops.c @ Line 3480 coccinelle WARNING: Comparison to bool 1
3586 /src/fs/cifs/smb2ops.c @ Line 3510 coccinelle WARNING: Comparison to bool 1
3587 /src/fs/cifs/smb2ops.c @ Line 3368 coccinelle WARNING: Comparison to bool 1
3588 /src/fs/cifs/smb2ops.c @ Line 3392 coccinelle WARNING: Comparison to bool 1
3589 /src/fs/cifs/smb2pdu.c @ Line 1771 smatch.check_deref_check warn: variable dereferenced before check 'tcon' (see line 1723) 1
3590 /src/fs/cifs/smb2pdu.c @ Line 4648 smatch.check_memcpy_overflow error: memcpy() 'bufptr' too small (1 vs 2) 1
3591 /src/fs/coda/psdev.c @ Line 125 coccinelle WARNING opportunity for vmemdup_user 1
3592 /src/fs/crypto/hooks.c @ Line 365 smatch.check_check_deref error: we previously assumed 'pstr.name' could be null (see line 327) 1
3593 /src/fs/dcache.c @ Line 717 smatch.check_locking error: double unlocked 'dentry->d_lockref.lock' (orig line 712) 1
3594 /src/fs/dcache.c @ Line 725 smatch.check_locking error: double unlocked 'dentry->d_lockref.lock' (orig line 712) 1
3595 /src/fs/dcache.c @ Line 632 smatch.check_locking warn: inconsistent returns 'parent->d_lockref.lock'. 1
3596 /src/fs/dcache.c @ Line 1052 smatch.check_locking error: double unlocked 'dentry->d_lockref.lock' (orig line 1050) 1
3597 /src/fs/dcache.c @ Line 1141 smatch.check_locking error: double unlocked 'dentry->d_lockref.lock' (orig line 1125) 1
3598 /src/fs/dcache.c @ Line 1380 smatch.check_locking error: double unlocked 'this_parent->d_lockref.lock' (orig line 1337) 1
3599 /src/fs/dcache.c @ Line 1385 smatch.check_locking error: double unlocked 'this_parent->d_lockref.lock' (orig line 1337) 1
3600 /src/fs/dcache.c @ Line 1588 smatch.check_locking error: double unlocked 'data.victim->d_lockref.lock' (orig line 1580) 1
3601 /src/fs/dcache.c @ Line 2860 smatch.check_no_effect warn: statement has no effect 31 1
3602 /src/fs/dcache.c @ Line 2861 smatch.check_no_effect warn: statement has no effect 31 1
3603 /src/fs/dcache.c @ Line 3146 smatch.check_locking error: double unlocked 'dentry->d_parent->d_lockref.lock' (orig line 3145) 1
3604 /src/fs/dcache.c @ Line 1046 coccinelle second lock on line 1046 1
3605 /src/fs/dcache.c @ Line 1048 coccinelle second lock on line 1048 1
3606 /src/fs/dcache.c @ Line 1062 coccinelle preceding lock on line 1048 1
3607 /src/fs/dcache.c @ Line 718 coccinelle preceding lock on line 710 1
3608 /src/fs/dcache.c @ Line 718 coccinelle preceding lock on line 711 1
3609 /src/fs/dcache.c @ Line 1098 coccinelle preceding lock on line 1087 1
3610 /src/fs/dcache.c @ Line 1098 coccinelle preceding lock on line 1088 1
3611 /src/fs/dcache.c @ Line 1109 coccinelle preceding lock on line 1087 1
3612 /src/fs/dcache.c @ Line 1109 coccinelle preceding lock on line 1101 1
3613 /src/fs/dcache.c @ Line 1114 coccinelle preceding lock on line 1087 1
3614 /src/fs/dcache.c @ Line 1114 coccinelle preceding lock on line 1088 1
3615 /src/fs/dlm/lock.c @ Line 1891 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1868 1
3616 /src/fs/dlm/lock.c @ Line 5935 coccinelle ERROR: invalid reference to the index variable of the iterator on line 5907 1
3617 /src/fs/dlm/lock.c @ Line 5247 coccinelle ERROR: invalid reference to the index variable of the iterator on line 5236 1
3618 /src/fs/dlm/lock.c @ Line 1047 coccinelle preceding lock on line 946 1
3619 /src/fs/dlm/lowcomms.c @ Line 951 coccinelle preceding lock on line 895 1
3620 /src/fs/dlm/plock.c @ Line 454 coccinelle ERROR: invalid reference to the index variable of the iterator on line 435 1
3621 /src/fs/dlm/recover.c @ Line 803 coccinelle ERROR: invalid reference to the index variable of the iterator on line 771 1
3622 /src/fs/erofs/zdata.c @ Line 938 coccinelle preceding lock on line 779 1
3623 /src/fs/eventpoll.c @ Line 1543 smatch.check_locking warn: inconsistent returns 'irq'. 1
3624 /src/fs/eventpoll.c @ Line 1543 smatch.check_locking warn: inconsistent returns 'ep->lock'. 1
3625 /src/fs/eventpoll.c @ Line 1820 smatch.check_locking error: double locked 'ep->lock' (orig line 1792) 1
3626 /src/fs/eventpoll.c @ Line 1820 smatch.check_locking error: double locked 'irq' (orig line 1792) 1
3627 /src/fs/exec.c @ Line 130 smatch.check_zero_to_err_ptr warn: passing a valid pointer to 'PTR_ERR' 1
3628 /src/fs/exec.c @ Line 1687 smatch.check_testing_index_after_use error: testing array offset 'offset' after use. 1
3629 /src/fs/ext4/acl.c @ Line 174 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_PTR' 1
3630 /src/fs/ext4/balloc.c @ Line 284 smatch.check_spectre warn: potential spectre issue '(null)' [r] 1
3631 /src/fs/ext4/balloc.c @ Line 284 smatch.check_spectre_second_half warn: possible spectre second half. '_v' 1
3632 /src/fs/ext4/balloc.c @ Line 688 smatch.check_64bit_shift warn: should '(ar.len) << (EXT4_SB(inode->i_sb))->s_cluster_bits' be a 64 bit type? 1
3633 /src/fs/ext4/ext4.h @ Line 2248 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3634 /src/fs/ext4/ext4.h @ Line 3199 smatch.check_spectre warn: potential spectre issue '(null)' [r] 1
3635 /src/fs/ext4/ext4.h @ Line 3199 smatch.check_spectre_second_half warn: possible spectre second half. '_v' 1
3636 /src/fs/ext4/ext4.h @ Line 3200 smatch.check_spectre warn: potential spectre issue 'grp_info' [w] 1
3637 /src/fs/ext4/ext4_jbd2.h @ Line 323 smatch.smatch_kernel_user_data set_param_user_data: no type for '*inode->d_name.name' 1
3638 /src/fs/ext4/ext4_jbd2.h @ Line 323 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->d_inode->i_blocks' 1
3639 /src/fs/ext4/ext4_jbd2.h @ Line 323 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->d_inode->i_bytes' 1
3640 /src/fs/ext4/ext4_jbd2.h @ Line 323 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->d_inode->i_mode' 1
3641 /src/fs/ext4/ext4_jbd2.h @ Line 323 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->d_inode->i_size' 1
3642 /src/fs/ext4/ext4_jbd2.h @ Line 323 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->d_sb->s_flags' 1
3643 /src/fs/ext4/extents.c @ Line 2396 smatch.check_64bit_shift warn: should '(1) << sbi->s_cluster_bits' be a 64 bit type? 1
3644 /src/fs/ext4/extents.c @ Line 5820 smatch.check_err_ptr_deref error: 'path' dereferencing possible ERR_PTR() 1
3645 /src/fs/ext4/extents.c @ Line 6010 smatch.check_64bit_shift warn: should 'numblks << (inode->i_sb->s_blocksize_bits - 9)' be a 64 bit type? 1
3646 /src/fs/ext4/fast_commit.c @ Line 1761 smatch.check_64bit_shift warn: should '((lrange->fc_lblk)) << sb->s_blocksize_bits' be a 64 bit type? 1
3647 /src/fs/ext4/fast_commit.c @ Line 1762 smatch.check_64bit_shift warn: should '((lrange->fc_len)) << sb->s_blocksize_bits' be a 64 bit type? 1
3648 /src/fs/ext4/fast_commit.c @ Line 239 coccinelle second lock on line 239 1
3649 /src/fs/ext4/fast_commit.c @ Line 198 coccinelle second lock on line 198 1
3650 /src/fs/ext4/fsmap.c @ Line 140 smatch.check_64bit_shift warn: should 'cno << sbi->s_cluster_bits' be a 64 bit type? 1
3651 /src/fs/ext4/fsmap.c @ Line 163 smatch.check_64bit_shift warn: should 'cno << sbi->s_cluster_bits' be a 64 bit type? 1
3652 /src/fs/ext4/fsmap.c @ Line 203 smatch.check_64bit_shift warn: should 'len << sbi->s_cluster_bits' be a 64 bit type? 1
3653 /src/fs/ext4/fsmap.c @ Line 502 smatch.check_64bit_shift warn: should 'first_cluster << sbi->s_cluster_bits' be a 64 bit type? 1
3654 /src/fs/ext4/fsmap.c @ Line 522 smatch.check_64bit_shift warn: should 'last_cluster << sbi->s_cluster_bits' be a 64 bit type? 1
3655 /src/fs/ext4/inline.c @ Line 309 smatch.check_free_strict warn: passing freed memory 'is.iloc.bh' 1
3656 /src/fs/ext4/inline.c @ Line 375 smatch.check_free_strict warn: passing freed memory 'is.iloc.bh' 1
3657 /src/fs/ext4/inline.c @ Line 458 smatch.check_free_strict warn: passing freed memory 'is.iloc.bh' 1
3658 /src/fs/ext4/inline.c @ Line 1000 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3659 /src/fs/ext4/mballoc.c @ Line 3936 coccinelle atomic_dec_and_test variation before object free at line 3946. 1
3660 /src/fs/ext4/mballoc.c @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_group' 1
3661 /src/fs/ext4/mballoc.c @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_info->bb_first_free' 1
3662 /src/fs/ext4/mballoc.c @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_info->bb_free' 1
3663 /src/fs/ext4/mballoc.c @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_sb->s_flags' 1
3664 /src/fs/ext4/mballoc.c @ Line 397 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_group' 1
3665 /src/fs/ext4/mballoc.c @ Line 397 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_info->bb_first_free' 1
3666 /src/fs/ext4/mballoc.c @ Line 397 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_info->bb_free' 1
3667 /src/fs/ext4/mballoc.c @ Line 397 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_sb->s_flags' 1
3668 /src/fs/ext4/mballoc.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_group' 1
3669 /src/fs/ext4/mballoc.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_info->bb_first_free' 1
3670 /src/fs/ext4/mballoc.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_info->bb_free' 1
3671 /src/fs/ext4/mballoc.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->bd_sb->s_flags' 1
3672 /src/fs/ext4/mballoc.c @ Line 1504 smatch.check_64bit_shift warn: should 'block << sbi->s_cluster_bits' be a 64 bit type? 1
3673 /src/fs/ext4/mballoc.c @ Line 3808 smatch.check_spectre warn: potential spectre issue 'lg->lg_prealloc_list' [w] (local cap) 1
3674 /src/fs/ext4/mballoc.c @ Line 4673 smatch.check_spectre warn: potential spectre issue 'lg->lg_prealloc_list' [w] 1
3675 /src/fs/ext4/mballoc.c @ Line 4757 smatch.check_spectre warn: potential spectre issue 'lg->lg_prealloc_list' [w] (local cap) 1
3676 /src/fs/ext4/mballoc.c @ Line 4822 smatch.check_64bit_shift warn: should '(ac->ac_b_ex.fe_len) << sbi->s_cluster_bits' be a 64 bit type? 1
3677 /src/fs/ext4/mballoc.c @ Line 4956 smatch.check_64bit_shift warn: should '(ar->len) << sbi->s_cluster_bits' be a 64 bit type? 1
3678 /src/fs/ext4/mballoc.c @ Line 4960 smatch.check_64bit_shift warn: should '(ar->len) << sbi->s_cluster_bits' be a 64 bit type? 1
3679 /src/fs/ext4/mballoc.c @ Line 5045 smatch.check_64bit_shift warn: should '(inquota - ar->len) << sbi->s_cluster_bits' be a 64 bit type? 1
3680 /src/fs/ext4/mballoc.c @ Line 5493 smatch.check_64bit_shift warn: should 'count_clusters << sbi->s_cluster_bits' be a 64 bit type? 1
3681 /src/fs/ext4/page-io.c @ Line 124 smatch.check_err_ptr_deref error: 'page' dereferencing possible ERR_PTR() 1
3682 /src/fs/ext4/page-io.c @ Line 126 smatch.check_err_ptr_deref error: 'page' dereferencing possible ERR_PTR() 1
3683 /src/fs/ext4/resize.c @ Line 330 smatch.check_spectre warn: potential spectre issue 'group_data' [w] 1
3684 /src/fs/ext4/resize.c @ Line 331 smatch.check_spectre warn: potential spectre issue 'flex_gd->bg_flags' [w] 1
3685 /src/fs/ext4/resize.c @ Line 467 smatch.check_spectre warn: potential spectre issue 'flex_gd->groups' [r] 1
3686 /src/fs/ext4/resize.c @ Line 1379 smatch.check_64bit_shift warn: should '(group_data[i]->free_clusters_count) << sbi->s_cluster_bits' be a 64 bit type? 1
3687 /src/fs/ext4/super.c @ Line 3244 smatch.check_signed warn: impossible condition '(res > (((~0 >> 1)))) => (s64min-s64max > s64max)' 1
3688 /src/fs/ext4/super.c @ Line 3775 smatch.check_check_deref error: we previously assumed 'ext4_li_info' could be null (see line 3757) 1
3689 /src/fs/ext4/super.c @ Line 4445 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
3690 /src/fs/ext4/super.c @ Line 5188 smatch.smatch_implied parse error: turning off implications after 60 seconds 1
3691 /src/fs/f2fs/segment.c @ Line 1658 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1639 1
3692 /src/fs/f2fs/segment.c @ Line 364 coccinelle ERROR: invalid reference to the index variable of the iterator on line 359 1
3693 /src/fs/fat/dir.c @ Line 414 smatch.check_testing_index_after_use error: testing array offset 'k' after use. 1
3694 /src/fs/fat/dir.c @ Line 1392 smatch.check_64bit_shift warn: should 'nr_cluster << sbi->cluster_bits' be a 64 bit type? 1
3695 /src/fs/fat/dir.c @ Line 1393 smatch.check_64bit_shift warn: should 'nr_cluster << sbi->cluster_bits' be a 64 bit type? 1
3696 /src/fs/fat/file.c @ Line 372 smatch.check_64bit_shift warn: should 'skip << (MSDOS_SB(sb)->cluster_bits - 9)' be a 64 bit type? 1
3697 /src/fs/fat/inode.c @ Line 491 smatch.check_64bit_shift warn: should '(fclus + 1) << sbi->cluster_bits' be a 64 bit type? 1
3698 /src/fs/fat/misc.c @ Line 160 smatch.check_64bit_shift warn: should 'nr_cluster << (sbi->cluster_bits - 9)' be a 64 bit type? 1
3699 /src/fs/fcntl.c @ Line 776 smatch.check_locking error: double unlocked 'p->sighand->siglock' (orig line 771) 1
3700 /src/fs/fs-writeback.c @ Line 1575 smatch.check_locking error: double locked 'inode->i_lock' (orig line 1538) 1
3701 /src/fs/fs-writeback.c @ Line 1745 smatch.check_locking error: double locked 'inode->i_lock' (orig line 1675) 1
3702 /src/fs/fs-writeback.c @ Line 436 coccinelle ERROR: invalid reference to the index variable of the iterator on line 432 1
3703 /src/fs/fs-writeback.c @ Line 1675 coccinelle second lock on line 1745 1
3704 /src/fs/fs-writeback.c @ Line 1538 coccinelle second lock on line 1575 1
3705 /src/fs/fs-writeback.c @ Line 2352 coccinelle preceding lock on line 2281 1
3706 /src/fs/fs-writeback.c @ Line 310 coccinelle preceding lock on line 305 1
3707 /src/fs/fs_context.c @ Line 551 smatch.check_spectre warn: potential spectre issue 'ctx->legacy_data' [w] 1
3708 /src/fs/fs_struct.c @ Line 21 smatch.check_no_effect warn: statement has no effect 31 1
3709 /src/fs/fs_struct.c @ Line 40 smatch.check_no_effect warn: statement has no effect 31 1
3710 /src/fs/fs_struct.c @ Line 71 smatch.check_no_effect warn: statement has no effect 31 1
3711 /src/fs/fscache/cache.c @ Line 372 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3712 /src/fs/fscache/cookie.c @ Line 814 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3713 /src/fs/fscache/page.c @ Line 1154 coccinelle preceding lock on line 1126 1
3714 /src/fs/fuse/control.c @ Line 63 smatch.check_kernel_printf warn: argument 3 to %ld specifier is cast from pointer 1
3715 /src/fs/fuse/dev.c @ Line 1322 smatch.check_locking warn: inconsistent returns 'fiq->lock'. 1
3716 /src/fs/fuse/virtio_fs.c @ Line 1284 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3717 /src/fs/fuse/virtio_fs.c @ Line 1285 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3718 /src/fs/fuse/virtio_fs.c @ Line 107 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3719 /src/fs/gfs2/glock.c @ Line 399 coccinelle preceding lock on line 396 1
3720 /src/fs/gfs2/glock.c @ Line 937 coccinelle preceding lock on line 905 1
3721 /src/fs/gfs2/inode.c @ Line 1818 coccinelle ERROR: allocation function on line 1810 returns NULL not ERR_PTR on failure 1
3722 /src/fs/gfs2/quota.c @ Line 468 coccinelle ERROR: invalid reference to the index variable of the iterator on line 457 1
3723 /src/fs/gfs2/recovery.c @ Line 69 coccinelle ERROR: invalid reference to the index variable of the iterator on line 61 1
3724 /src/fs/gfs2/recovery.c @ Line 100 coccinelle ERROR: invalid reference to the index variable of the iterator on line 90 1
3725 /src/fs/hfsplus/bnode.c @ Line 632 coccinelle atomic_dec_and_test variation before object free at line 645. 1
3726 /src/fs/io_uring.c @ Line 1883 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->file->file_refs' 1
3727 /src/fs/io_uring.c @ Line 1883 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->file->ios_left' 1
3728 /src/fs/io_uring.c @ Line 2264 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->file->file_refs' 1
3729 /src/fs/io_uring.c @ Line 2264 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->file->ios_left' 1
3730 /src/fs/io_uring.c @ Line 6358 smatch.check_spectre warn: potential spectre issue 'ctx->file_data->table' [r] 1
3731 /src/fs/io_uring.c @ Line 6560 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->file->file_refs' 1
3732 /src/fs/io_uring.c @ Line 6560 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->file->ios_left' 1
3733 /src/fs/io_uring.c @ Line 7872 smatch.check_spectre warn: potential spectre issue 'ctx->file_data->table' [r] 1
3734 /src/fs/io_uring.c @ Line 7924 smatch.check_uninitialized error: uninitialized symbol 'err'. 1
3735 /src/fs/io_uring.c @ Line 6148 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3736 /src/fs/io_uring.c @ Line 1947 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3737 /src/fs/io_uring.c @ Line 3554 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3738 /src/fs/io_uring.c @ Line 3661 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3739 /src/fs/ioctl.c @ Line 355 coccinelle WARNING: Assignment of 0/1 to bool variable 1
3740 /src/fs/iomap/buffered-io.c @ Line 88 smatch.smatch_kernel_user_data set_param_user_data: no type for 'iop->index' 1
3741 /src/fs/iomap/buffered-io.c @ Line 88 smatch.smatch_kernel_user_data set_param_user_data: no type for 'iop->mapping->writeback_index' 1
3742 /src/fs/iomap/direct-io.c @ Line 161 coccinelle atomic_dec_and_test variation before object free at line 170. 1
3743 /src/fs/isofs/compress.c @ Line 217 smatch.check_spectre warn: potential spectre issue 'pages' [w] 1
3744 /src/fs/isofs/compress.c @ Line 334 smatch.check_spectre warn: potential spectre issue 'pages' [w] 1
3745 /src/fs/jbd2/checkpoint.c @ Line 134 coccinelle preceding lock on line 131 1
3746 /src/fs/jbd2/revoke.c @ Line 151 smatch.check_spectre warn: potential spectre issue 'journal->j_revoke->hash_table' [r] 1
3747 /src/fs/jbd2/revoke.c @ Line 166 smatch.check_spectre warn: potential spectre issue 'journal->j_revoke->hash_table' [r] 1
3748 /src/fs/jbd2/transaction.c @ Line 2439 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3749 /src/fs/jffs2/erase.c @ Line 106 coccinelle second lock on line 150 1
3750 /src/fs/jffs2/erase.c @ Line 150 coccinelle second lock on line 150 1
3751 /src/fs/jffs2/erase.c @ Line 108 coccinelle second lock on line 151 1
3752 /src/fs/jffs2/erase.c @ Line 151 coccinelle second lock on line 151 1
3753 /src/fs/jffs2/nodemgmt.c @ Line 686 coccinelle preceding lock on line 613 1
3754 /src/fs/jffs2/nodemgmt.c @ Line 748 coccinelle preceding lock on line 613 1
3755 /src/fs/jffs2/nodemgmt.c @ Line 209 coccinelle preceding lock on line 83 1
3756 /src/fs/jffs2/nodemgmt.c @ Line 391 coccinelle preceding lock on line 418 1
3757 /src/fs/jffs2/nodemgmt.c @ Line 391 coccinelle preceding lock on line 431 1
3758 /src/fs/jffs2/nodemgmt.c @ Line 434 coccinelle preceding lock on line 431 1
3759 /src/fs/jffs2/nodemgmt.c @ Line 455 coccinelle preceding lock on line 418 1
3760 /src/fs/jffs2/nodemgmt.c @ Line 455 coccinelle preceding lock on line 431 1
3761 /src/fs/jffs2/nodemgmt.c @ Line 485 coccinelle preceding lock on line 418 1
3762 /src/fs/jffs2/nodemgmt.c @ Line 485 coccinelle preceding lock on line 431 1
3763 /src/fs/jfs/jfs_logmgr.c @ Line 892 coccinelle ERROR: invalid reference to the index variable of the iterator on line 825 1
3764 /src/fs/kernfs/file.c @ Line 666 coccinelle WARNING: possible condition with no effect (if == else) 1
3765 /src/fs/libfs.c @ Line 131 smatch.check_locking error: double unlocked 'dentry->d_lockref.lock' (orig line 118) 1
3766 /src/fs/libfs.c @ Line 262 smatch.check_locking error: double unlocked 'parent->d_lockref.lock' (orig line 257) 1
3767 /src/fs/libfs.c @ Line 422 smatch.check_locking error: double unlocked 'dentry->d_lockref.lock' (orig line 418) 1
3768 /src/fs/libfs.c @ Line 450 smatch.smatch_kernel_user_data set_param_user_data: no type for 'new_dir->d_inode->i_sb->s_flags' 1
3769 /src/fs/libfs.c @ Line 1146 smatch.check_signed warn: impossible condition '(last_fs_page > (~0)) => (0-u64max > u64max)' 1
3770 /src/fs/libfs.c @ Line 1189 smatch.smatch_kernel_user_data set_param_user_data: no type for 'iter->count' 1
3771 /src/fs/libfs.c @ Line 1189 smatch.smatch_kernel_user_data set_param_user_data: no type for 'iter->iov->iov_len' 1
3772 /src/fs/libfs.c @ Line 1189 smatch.smatch_kernel_user_data set_param_user_data: no type for 'iter->nr_segs' 1
3773 /src/fs/lockd/xdr4.c @ Line 34 smatch.check_signed warn: impossible condition '(offset > (((~0) >> 1))) => (s64min-s64max > s64max)' 1
3774 /src/fs/locks.c @ Line 1979 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1970 1
3775 /src/fs/locks.c @ Line 1445 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
3776 /src/fs/locks.c @ Line 1445 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
3777 /src/fs/namei.c @ Line 439 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
3778 /src/fs/namei.c @ Line 439 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
3779 /src/fs/namei.c @ Line 1414 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_PTR' 1
3780 /src/fs/namei.c @ Line 1511 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_PTR' 1
3781 /src/fs/namei.c @ Line 2043 smatch.check_uninitialized error: uninitialized symbol 'bdata'. 1
3782 /src/fs/namei.c @ Line 2992 smatch.check_err_ptr_deref error: passing non negative 1678729216 to ERR_PTR 1
3783 /src/fs/namei.c @ Line 3201 smatch.check_uninitialized error: uninitialized symbol 'inode'. 1
3784 /src/fs/namei.c @ Line 3201 smatch.check_uninitialized error: uninitialized symbol 'seq'. 1
3785 /src/fs/nfs/callback_proc.c @ Line 492 coccinelle preceding lock on line 485 1
3786 /src/fs/nfs/callback_xdr.c @ Line 102 smatch.check_spectre warn: potential spectre issue 'fh->data' [w] (local cap) 1
3787 /src/fs/nfs/client.c @ Line 304 coccinelle preceding lock on line 302 1
3788 /src/fs/nfs/delegation.c @ Line 353 smatch.smatch_kernel_user_data set_param_user_data: no type for 'server->s_flags' 1
3789 /src/fs/nfs/iostat.h @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'server->s_flags' 1
3790 /src/fs/nfs/iostat.h @ Line 45 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addend->count' 1
3791 /src/fs/nfs/iostat.h @ Line 45 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addend->iov->iov_len' 1
3792 /src/fs/nfs/iostat.h @ Line 45 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addend->iov_offset' 1
3793 /src/fs/nfs/iostat.h @ Line 45 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addend->nr_segs' 1
3794 /src/fs/nfs/nfs42proc.c @ Line 191 coccinelle ERROR: invalid reference to the index variable of the iterator on line 178 1
3795 /src/fs/nfs/nfs4file.c @ Line 186 coccinelle ERROR: reference preceded by free on line 186 1
3796 /src/fs/nfs/nfs4idmap.c @ Line 332 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
3797 /src/fs/nfs/nfs4proc.c @ Line 584 smatch.smatch_kernel_user_data set_param_user_data: no type for 'server->s_flags' 1
3798 /src/fs/nfs/nfs4proc.c @ Line 1162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'server->s_flags' 1
3799 /src/fs/nfs/nfs4proc.c @ Line 1361 smatch.check_check_deref error: we previously assumed 'c' could be null (see line 1329) 1
3800 /src/fs/nfs/nfs4proc.c @ Line 5427 smatch.smatch_kernel_user_data set_param_user_data: no type for 'server->s_flags' 1
3801 /src/fs/nfs/nfs4proc.c @ Line 5696 smatch.smatch_kernel_user_data set_param_user_data: no type for '*acl->data' 1
3802 /src/fs/nfs/nfs4proc.c @ Line 5650 smatch.smatch_kernel_user_data set_param_user_data: no type for 'server->s_flags' 1
3803 /src/fs/nfs/nfs4xdr.c @ Line 1184 smatch.check_check_deref error: we previously assumed 'umask' could be null (see line 1093) 1
3804 /src/fs/nfs/pagelist.c @ Line 155 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->index' 1
3805 /src/fs/nfs/pagelist.c @ Line 155 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->mapping->writeback_index' 1
3806 /src/fs/nfs/pagelist.c @ Line 369 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3807 /src/fs/nfs/pagelist.c @ Line 369 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3808 /src/fs/nfs/pagelist.c @ Line 544 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3809 /src/fs/nfs/pagelist.c @ Line 544 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3810 /src/fs/nfs/pagelist.c @ Line 544 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->index' 1
3811 /src/fs/nfs/pagelist.c @ Line 544 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->mapping->writeback_index' 1
3812 /src/fs/nfs/pagelist.c @ Line 585 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3813 /src/fs/nfs/pagelist.c @ Line 585 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3814 /src/fs/nfs/pagelist.c @ Line 601 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->index' 1
3815 /src/fs/nfs/pagelist.c @ Line 601 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->mapping->writeback_index' 1
3816 /src/fs/nfs/pagelist.c @ Line 601 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3817 /src/fs/nfs/pagelist.c @ Line 601 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3818 /src/fs/nfs/pagelist.c @ Line 1145 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3819 /src/fs/nfs/pagelist.c @ Line 1145 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3820 /src/fs/nfs/pagelist.c @ Line 1252 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3821 /src/fs/nfs/pagelist.c @ Line 1252 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3822 /src/fs/nfs/pagelist.c @ Line 1284 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3823 /src/fs/nfs/pagelist.c @ Line 1284 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3824 /src/fs/nfs/pagelist.c @ Line 1419 smatch.smatch_kernel_user_data set_param_user_data: no type for 'index->index' 1
3825 /src/fs/nfs/pagelist.c @ Line 1419 smatch.smatch_kernel_user_data set_param_user_data: no type for 'index->mapping->writeback_index' 1
3826 /src/fs/nfs/read.c @ Line 94 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3827 /src/fs/nfs/read.c @ Line 94 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3828 /src/fs/nfs/unlink.c @ Line 158 smatch.check_locking warn: inconsistent returns 'NFS_I(dir)->rmdir_sem'. 1
3829 /src/fs/nfs/write.c @ Line 299 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mapping->index' 1
3830 /src/fs/nfs/write.c @ Line 299 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mapping->mapping->writeback_index' 1
3831 /src/fs/nfs/write.c @ Line 380 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3832 /src/fs/nfs/write.c @ Line 380 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3833 /src/fs/nfs/write.c @ Line 745 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->index' 1
3834 /src/fs/nfs/write.c @ Line 745 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->mapping->writeback_index' 1
3835 /src/fs/nfs/write.c @ Line 745 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3836 /src/fs/nfs/write.c @ Line 745 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3837 /src/fs/nfs/write.c @ Line 781 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->index' 1
3838 /src/fs/nfs/write.c @ Line 781 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->mapping->writeback_index' 1
3839 /src/fs/nfs/write.c @ Line 807 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
3840 /src/fs/nfs/write.c @ Line 807 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
3841 /src/fs/nfsd/nfs4state.c @ Line 6560 smatch.check_locking warn: inconsistent returns 'stp->st_mutex'. 1
3842 /src/fs/nfsd/nfs4state.c @ Line 1319 coccinelle atomic_dec_and_test variation before object free at line 1323. 1
3843 /src/fs/nfsd/nfs4state.c @ Line 222 coccinelle atomic_dec_and_test variation before object free at line 223. 1
3844 /src/fs/nfsd/nfscache.c @ Line 592 smatch.check_64bit_shift warn: should '1 << nn->maskbits' be a 64 bit type? 1
3845 /src/fs/nfsd/nfsfh.c @ Line 277 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
3846 /src/fs/nfsd/trace.h @ Line 544 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 5 has type 'uchar[]' 1
3847 /src/fs/nfsd/trace.h @ Line 767 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 5 has type 'uchar[]' 1
3848 /src/fs/nfsd/trace.h @ Line 819 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 3 has type 'uchar[]' 1
3849 /src/fs/nfsd/trace.h @ Line 849 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 3 has type 'uchar[]' 1
3850 /src/fs/nfsd/trace.h @ Line 872 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 3 has type 'uchar[]' 1
3851 /src/fs/nfsd/trace.h @ Line 896 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 3 has type 'uchar[]' 1
3852 /src/fs/notify/fanotify/fanotify_user.c @ Line 1260 smatch.check_check_deref error: we previously assumed 'mnt' could be null (see line 1241) 1
3853 /src/fs/notify/fanotify/fanotify_user.c @ Line 522 coccinelle second lock on line 522 1
3854 /src/fs/notify/fanotify/fanotify_user.c @ Line 522 coccinelle second lock on line 527 1
3855 /src/fs/notify/fanotify/fanotify_user.c @ Line 588 coccinelle second lock on line 596 1
3856 /src/fs/notify/fanotify/fanotify_user.c @ Line 588 coccinelle second lock on line 615 1
3857 /src/fs/notify/fanotify/fanotify_user.c @ Line 596 coccinelle second lock on line 596 1
3858 /src/fs/notify/fanotify/fanotify_user.c @ Line 596 coccinelle second lock on line 615 1
3859 /src/fs/notify/fanotify/fanotify_user.c @ Line 615 coccinelle second lock on line 615 1
3860 /src/fs/notify/fsnotify.c @ Line 140 smatch.check_locking error: double unlocked 'alias->d_lockref.lock' (orig line 138) 1
3861 /src/fs/notify/fsnotify.c @ Line 492 smatch.check_deref_check warn: variable dereferenced before check 'inode' (see line 481) 1
3862 /src/fs/ntfs/aops.c @ Line 1181 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3863 /src/fs/ntfs/compress.c @ Line 697 coccinelle second lock on line 697 1
3864 /src/fs/ntfs/mft.c @ Line 581 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3865 /src/fs/ntfs/mft.c @ Line 778 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3866 /src/fs/ntfs/super.c @ Line 2719 coccinelle alloc with no test, possible model on line 2720 1
3867 /src/fs/ocfs2/blockcheck.c @ Line 232 coccinelle WARNING: blockcheck_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
3868 /src/fs/ocfs2/dlm/dlmdebug.c @ Line 573 coccinelle ERROR: invalid reference to the index variable of the iterator on line 561 1
3869 /src/fs/ocfs2/dlm/dlmdomain.c @ Line 1320 coccinelle preceding lock on line 1294 1
3870 /src/fs/ocfs2/dlm/dlmmaster.c @ Line 2244 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3871 /src/fs/ocfs2/dlm/dlmmaster.c @ Line 2187 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3872 /src/fs/ocfs2/dlm/dlmrecovery.c @ Line 1655 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3873 /src/fs/ocfs2/dlm/dlmrecovery.c @ Line 1331 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3874 /src/fs/ocfs2/dlm/dlmthread.c @ Line 228 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3875 /src/fs/ocfs2/dlm/dlmunlock.c @ Line 486 coccinelle ERROR: invalid reference to the index variable of the iterator on line 466 1
3876 /src/fs/ocfs2/dlm/dlmunlock.c @ Line 516 coccinelle ERROR: invalid reference to the index variable of the iterator on line 466 1
3877 /src/fs/ocfs2/dlmfs/dlmfs.c @ Line 126 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3878 /src/fs/ocfs2/dlmfs/dlmfs.c @ Line 173 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3879 /src/fs/ocfs2/dlmfs/userdlm.c @ Line 160 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3880 /src/fs/ocfs2/filecheck.c @ Line 510 coccinelle ERROR: reference preceded by free on line 481 1
3881 /src/fs/ocfs2/filecheck.c @ Line 510 coccinelle ERROR: reference preceded by free on line 489 1
3882 /src/fs/ocfs2/namei.c @ Line 1259 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3883 /src/fs/ocfs2/quota_local.c @ Line 939 coccinelle ERROR: invalid reference to the index variable of the iterator on line 928 1
3884 /src/fs/ocfs2/refcounttree.c @ Line 981 coccinelle WARNING !A || A && B is equivalent to !A || B 1
3885 /src/fs/ocfs2/suballoc.c @ Line 2430 coccinelle preceding lock on line 2413 1
3886 /src/fs/orangefs/devorangefs-req.c @ Line 195 coccinelle second lock on line 195 1
3887 /src/fs/overlayfs/copy_up.c @ Line 354 smatch.check_deref_check warn: variable dereferenced before check 'fh' (see line 353) 1
3888 /src/fs/overlayfs/export.c @ Line 820 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
3889 /src/fs/posix_acl.c @ Line 569 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
3890 /src/fs/posix_acl.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'value->nr_pages' 1
3891 /src/fs/posix_acl.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'value->size' 1
3892 /src/fs/posix_acl.c @ Line 716 smatch.smatch_kernel_user_data set_param_user_data: no type for 'value->nr_pages' 1
3893 /src/fs/posix_acl.c @ Line 716 smatch.smatch_kernel_user_data set_param_user_data: no type for 'value->size' 1
3894 /src/fs/proc/base.c @ Line 1757 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_PTR' 1
3895 /src/fs/proc/generic.c @ Line 370 coccinelle WARNING: Comparison to bool 1
3896 /src/fs/proc/generic.c @ Line 779 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
3897 /src/fs/proc/generic.c @ Line 779 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
3898 /src/fs/proc/internal.h @ Line 113 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
3899 /src/fs/proc/internal.h @ Line 113 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
3900 /src/fs/proc/namespaces.c @ Line 68 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_PTR' 1
3901 /src/fs/proc/task_mmu.c @ Line 945 smatch.check_locking error: double unlocked 'mm->mmap_lock' (orig line 877) 1
3902 /src/fs/proc/vmcore.c @ Line 1507 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3903 /src/fs/proc/vmcore.c @ Line 1510 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
3904 /src/fs/read_write.c @ Line 366 smatch.smatch_kernel_user_data set_param_user_data: no type for 'count->count' 1
3905 /src/fs/read_write.c @ Line 366 smatch.smatch_kernel_user_data set_param_user_data: no type for 'count->nr_segs' 1
3906 /src/fs/reiserfs/bitmap.c @ Line 1463 coccinelle WARNING: array_size is already used (line 1459) to compute the same size 1
3907 /src/fs/reiserfs/journal.c @ Line 1107 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3908 /src/fs/reiserfs/journal.c @ Line 1394 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3909 /src/fs/reiserfs/journal.c @ Line 740 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3910 /src/fs/reiserfs/journal.c @ Line 652 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3911 /src/fs/reiserfs/journal.c @ Line 654 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3912 /src/fs/reiserfs/journal.c @ Line 664 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3913 /src/fs/reiserfs/journal.c @ Line 1662 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3914 /src/fs/reiserfs/reiserfs.h @ Line 2903 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3915 /src/fs/select.c @ Line 433 smatch.check_spectre warn: potential spectre issue 'fds->in' [r] 1
3916 /src/fs/select.c @ Line 433 smatch.check_spectre warn: potential spectre issue 'fds->out' [r] 1
3917 /src/fs/select.c @ Line 433 smatch.check_spectre warn: potential spectre issue 'fds->ex' [r] 1
3918 /src/fs/select.c @ Line 403 smatch.check_return_efault warn: maybe return -EFAULT instead of the bytes remaining? 1
3919 /src/fs/seq_file.c @ Line 224 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
3920 /src/fs/seq_file.c @ Line 654 smatch.check_spectre warn: potential spectre issue 'm->buf' [w] 1
3921 /src/fs/seq_file.c @ Line 762 smatch.check_spectre warn: potential spectre issue 'm->buf' [w] 1
3922 /src/fs/seq_file.c @ Line 786 smatch.check_spectre warn: potential spectre issue 'm->buf' [w] 1
3923 /src/fs/splice.c @ Line 533 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sd->u.data->count' 1
3924 /src/fs/splice.c @ Line 533 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sd->u.data->iov->iov_len' 1
3925 /src/fs/splice.c @ Line 533 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sd->u.data->iov_offset' 1
3926 /src/fs/splice.c @ Line 533 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sd->u.data->nr_segs' 1
3927 /src/fs/squashfs/decompressor_multi.c @ Line 179 coccinelle ERROR: reference preceded by free on line 159 1
3928 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->devt' 1
3929 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->devt' 1
3930 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.suspend_timer._softexpires' 1
3931 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.suspend_timer.node.expires' 1
3932 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.timer_expires' 1
3933 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer._softexpires' 1
3934 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer.node.expires' 1
3935 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.timer_expires' 1
3936 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.wakeup->dev->power.suspend_timer._softexpires' 1
3937 /src/fs/sysfs/symlink.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.wakeup->dev->power.suspend_timer.node.expires' 1
3938 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->devt' 1
3939 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->devt' 1
3940 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.suspend_timer._softexpires' 1
3941 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.suspend_timer.node.expires' 1
3942 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.timer_expires' 1
3943 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer._softexpires' 1
3944 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer.node.expires' 1
3945 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.timer_expires' 1
3946 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.wakeup->dev->power.suspend_timer._softexpires' 1
3947 /src/fs/sysfs/symlink.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.wakeup->dev->power.suspend_timer.node.expires' 1
3948 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->devt' 1
3949 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->devt' 1
3950 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.suspend_timer._softexpires' 1
3951 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.suspend_timer.node.expires' 1
3952 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->parent->power.timer_expires' 1
3953 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer._softexpires' 1
3954 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.suspend_timer.node.expires' 1
3955 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.timer_expires' 1
3956 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.wakeup->dev->power.suspend_timer._softexpires' 1
3957 /src/fs/sysfs/symlink.c @ Line 143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'name->power.wakeup->dev->power.suspend_timer.node.expires' 1
3958 /src/fs/xattr.c @ Line 274 smatch.smatch_kernel_user_data set_param_user_data: no type for 'value->nr_pages' 1
3959 /src/fs/xattr.c @ Line 274 smatch.smatch_kernel_user_data set_param_user_data: no type for 'value->size' 1
3960 /src/fs/xattr.c @ Line 380 smatch.smatch_kernel_user_data set_param_user_data: no type for 'value->nr_pages' 1
3961 /src/fs/xattr.c @ Line 380 smatch.smatch_kernel_user_data set_param_user_data: no type for 'value->size' 1
3962 /src/fs/xattr.c @ Line 411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'list->nr_pages' 1
3963 /src/fs/xattr.c @ Line 411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'list->size' 1
3964 /src/fs/xattr.c @ Line 530 coccinelle WARNING opportunity for vmemdup_user 1
3965 /src/fs/xfs/xfs_bmap_item.c @ Line 58 coccinelle atomic_dec_and_test variation before object free at line 59. 1
3966 /src/fs/xfs/xfs_buf.c @ Line 1030 coccinelle atomic_dec_and_test variation before object free at line 1032. 1
3967 /src/fs/xfs/xfs_buf.c @ Line 1050 coccinelle atomic_dec_and_test variation before object free at line 1084. 1
3968 /src/fs/xfs/xfs_buf.c @ Line 1050 coccinelle atomic_dec_and_test variation before object free at line 1101. 1
3969 /src/fs/xfs/xfs_buf_item.c @ Line 541 coccinelle atomic_dec_and_test variation before object free at line 563. 1
3970 /src/fs/xfs/xfs_buf_item.c @ Line 424 coccinelle atomic_dec_and_test variation before object free at line 447. 1
3971 /src/fs/xfs/xfs_buf_item.c @ Line 424 coccinelle atomic_dec_and_test variation before object free at line 467. 1
3972 /src/fs/xfs/xfs_buf_item.c @ Line 426 coccinelle atomic_dec_and_test variation before object free at line 447. 1
3973 /src/fs/xfs/xfs_buf_item.c @ Line 426 coccinelle atomic_dec_and_test variation before object free at line 467. 1
3974 /src/fs/xfs/xfs_extfree_item.c @ Line 61 coccinelle atomic_dec_and_test variation before object free at line 62. 1
3975 /src/fs/xfs/xfs_icache.c @ Line 551 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3976 /src/fs/xfs/xfs_log.c @ Line 3256 coccinelle preceding lock on line 3211 1
3977 /src/fs/xfs/xfs_log.c @ Line 3191 coccinelle preceding lock on line 3138 1
3978 /src/fs/xfs/xfs_log.c @ Line 269 coccinelle preceding lock on line 260 1
3979 /src/fs/xfs/xfs_refcount_item.c @ Line 56 coccinelle atomic_dec_and_test variation before object free at line 57. 1
3980 /src/fs/xfs/xfs_rmap_item.c @ Line 56 coccinelle atomic_dec_and_test variation before object free at line 57. 1
3981 /src/fs/xfs/xfs_trans.c @ Line 791 coccinelle second lock on line 791 1
3982 /src/fs/xfs/xfs_trans.c @ Line 791 coccinelle second lock on line 814 1
3983 /src/include/asm-generic/bitops/instrumented-non-atomic.h @ Line 93 smatch.smatch_kernel_user_data set_param_user_data: no type for '*nr->pattern' 1
3984 /src/include/asm-generic/bug.h @ Line 63 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3985 /src/include/asm-generic/bug.h @ Line 183 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
3986 /src/include/linux/ata.h @ Line 621 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3987 /src/include/linux/ata.h @ Line 637 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3988 /src/include/linux/ata.h @ Line 704 coccinelle WARNING: Comparison of 0/1 to bool variable 1
3989 /src/include/linux/backing-dev.h @ Line 336 smatch.check_bogus_irqrestore error: calling 'spin_unlock_irqrestore()' with bogus flags 1
3990 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->__data_len' 1
3991 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_ioprio' 1
3992 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_iter.bi_bvec_done' 1
3993 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_iter.bi_sector' 1
3994 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_iter.bi_size' 1
3995 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_max_vecs' 1
3996 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_next->bi_ioprio' 1
3997 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_next->bi_iter.bi_bvec_done' 1
3998 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_next->bi_iter.bi_sector' 1
3999 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_next->bi_iter.bi_size' 1
4000 /src/include/linux/blkdev.h @ Line 1090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'offset->biotail->bi_next->bi_max_vecs' 1
4001 /src/include/linux/blkdev.h @ Line 1420 smatch.smatch_kernel_user_data set_param_user_data: no type for 'q->bd_super->s_flags' 1
4002 /src/include/linux/blockgroup_lock.h @ Line 38 smatch.check_spectre warn: potential spectre issue 'bgl->locks' [w] 1
4003 /src/include/linux/cgroup-defs.h @ Line 813 smatch.check_precedence warn: maybe use && instead of & 1
4004 /src/include/linux/cgroup-defs.h @ Line 845 smatch.check_precedence warn: maybe use && instead of & 1
4005 /src/include/linux/cgroup-defs.h @ Line 828 smatch.check_precedence warn: maybe use && instead of & 1
4006 /src/include/linux/cgroup-defs.h @ Line 807 smatch.check_precedence warn: maybe use && instead of & 1
4007 /src/include/linux/cpuset.h @ Line 158 smatch.check_no_effect warn: statement has no effect 31 1
4008 /src/include/linux/crash_dump.h @ Line 98 coccinelle WARNING: return of 0/1 in function 'is_kdump_kernel' with return type bool 1
4009 /src/include/linux/cred.h @ Line 52 coccinelle atomic_dec_and_test variation before object free at line 53. 1
4010 /src/include/linux/cred.h @ Line 206 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tsk->signal->group_exit_task->sched_info.last_queued->rt.highest_prio.next' 1
4011 /src/include/linux/cred.h @ Line 280 smatch.smatch_kernel_user_data set_param_user_data: no type for '_cred->flags' 1
4012 /src/include/linux/device.h @ Line 593 coccinelle WARNING opportunity for kobj_to_dev() 1
4013 /src/include/linux/err.h @ Line 59 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
4014 /src/include/linux/etherdevice.h @ Line 326 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr1->duration' 1
4015 /src/include/linux/etherdevice.h @ Line 326 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr1->duration_id' 1
4016 /src/include/linux/etherdevice.h @ Line 326 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr1->frame_control' 1
4017 /src/include/linux/etherdevice.h @ Line 326 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr1->seq_ctrl' 1
4018 /src/include/linux/etherdevice.h @ Line 326 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr1->u.s1g_beacon.change_seq' 1
4019 /src/include/linux/etherdevice.h @ Line 326 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr1->u.s1g_beacon.timestamp' 1
4020 /src/include/linux/etherdevice.h @ Line 326 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr1->u.s1g_short_beacon.change_seq' 1
4021 /src/include/linux/etherdevice.h @ Line 326 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr1->u.s1g_short_beacon.timestamp' 1
4022 /src/include/linux/etherdevice.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->duration' 1
4023 /src/include/linux/etherdevice.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->duration_id' 1
4024 /src/include/linux/etherdevice.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->frame_control' 1
4025 /src/include/linux/etherdevice.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->seq_ctrl' 1
4026 /src/include/linux/etherdevice.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->u.s1g_beacon.change_seq' 1
4027 /src/include/linux/etherdevice.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->u.s1g_beacon.timestamp' 1
4028 /src/include/linux/etherdevice.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->u.s1g_short_beacon.change_seq' 1
4029 /src/include/linux/etherdevice.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->u.s1g_short_beacon.timestamp' 1
4030 /src/include/linux/etherdevice.h @ Line 116 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->duration_id' 1
4031 /src/include/linux/etherdevice.h @ Line 116 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->frame_control' 1
4032 /src/include/linux/etherdevice.h @ Line 116 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->seq_ctrl' 1
4033 /src/include/linux/fs.h @ Line 776 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_pos' 1
4034 /src/include/linux/fs.h @ Line 874 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
4035 /src/include/linux/fs.h @ Line 874 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
4036 /src/include/linux/fs.h @ Line 2815 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
4037 /src/include/linux/fs.h @ Line 2815 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
4038 /src/include/linux/fs.h @ Line 2354 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ino->f_flags' 1
4039 /src/include/linux/fs.h @ Line 2354 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ino->f_mode' 1
4040 /src/include/linux/fs.h @ Line 2734 smatch.smatch_kernel_user_data set_param_user_data: no type for 'count->count' 1
4041 /src/include/linux/fs.h @ Line 2734 smatch.smatch_kernel_user_data set_param_user_data: no type for 'count->iov->iov_len' 1
4042 /src/include/linux/fs.h @ Line 2734 smatch.smatch_kernel_user_data set_param_user_data: no type for 'count->iov_offset' 1
4043 /src/include/linux/fs.h @ Line 2734 smatch.smatch_kernel_user_data set_param_user_data: no type for 'count->nr_segs' 1
4044 /src/include/linux/fs.h @ Line 2420 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
4045 /src/include/linux/fs.h @ Line 2420 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
4046 /src/include/linux/fs.h @ Line 2734 smatch.smatch_kernel_user_data set_param_user_data: no type for 'count->ee_block' 1
4047 /src/include/linux/fs.h @ Line 2734 smatch.smatch_kernel_user_data set_param_user_data: no type for 'count->ee_len' 1
4048 /src/include/linux/fsnotify.h @ Line 129 smatch.smatch_kernel_user_data set_param_user_data: no type for 'new_dir->d_inode->i_sb->s_flags' 1
4049 /src/include/linux/fsnotify.h @ Line 29 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->d_inode->i_blocks' 1
4050 /src/include/linux/fsnotify.h @ Line 29 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->d_inode->i_bytes' 1
4051 /src/include/linux/fsnotify.h @ Line 29 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->d_inode->i_mode' 1
4052 /src/include/linux/fsnotify.h @ Line 29 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->d_inode->i_size' 1
4053 /src/include/linux/genhd.h @ Line 278 smatch.smatch_kernel_user_data set_param_user_data: no type for 'disk->part0.policy' 1
4054 /src/include/linux/genhd.h @ Line 278 smatch.smatch_kernel_user_data set_param_user_data: no type for 'disk->part0.nr_sects' 1
4055 /src/include/linux/greybus/greybus_protocols.h @ Line 837 coccinelle duplicated argument to & or | 1
4056 /src/include/linux/hash.h @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'val->fl_end' 1
4057 /src/include/linux/hash.h @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'val->fl_start' 1
4058 /src/include/linux/hash.h @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'val->fl_type' 1
4059 /src/include/linux/ide.h @ Line 1481 coccinelle WARNING: return of 0/1 in function 'ide_port_acpi' with return type bool 1
4060 /src/include/linux/if_ether.h @ Line 22 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4061 /src/include/linux/if_vlan.h @ Line 467 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4062 /src/include/linux/if_vlan.h @ Line 512 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4063 /src/include/linux/ima.h @ Line 146 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
4064 /src/include/linux/ima.h @ Line 163 coccinelle WARNING: return of 0/1 in function 'is_ima_appraise_enabled' with return type bool 1
4065 /src/include/linux/inetdevice.h @ Line 68 smatch.check_spectre warn: potential spectre issue 'in_dev->cnf.data' [w] 1
4066 /src/include/linux/input/mt.h @ Line 62 smatch.check_spectre warn: potential spectre issue 'slot->abs' [w] 1
4067 /src/include/linux/interrupt.h @ Line 160 smatch.smatch_db is_implies_function: is implied 1
4068 /src/include/linux/kernel.h @ Line 474 smatch.check_spectre warn: potential spectre issue 'hex_asc_upper' [r] 1
4069 /src/include/linux/kernel.h @ Line 463 smatch.check_spectre warn: potential spectre issue 'hex_asc' [r] 1
4070 /src/include/linux/key.h @ Line 149 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
4071 /src/include/linux/libata.h @ Line 1454 coccinelle WARNING: return of 0/1 in function 'ata_is_host_link' with return type bool 1
4072 /src/include/linux/lockdep.h @ Line 416 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->signal->group_exit_task->sched_info.last_queued->rt.highest_prio.next' 1
4073 /src/include/linux/mbcache.h @ Line 36 coccinelle atomic_dec_and_test variation before object free at line 38. 1
4074 /src/include/linux/memcontrol.h @ Line 954 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->exit_signal' 1
4075 /src/include/linux/memcontrol.h @ Line 954 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->group_leader->thread.fsbase' 1
4076 /src/include/linux/memcontrol.h @ Line 954 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->group_leader->thread.gsbase' 1
4077 /src/include/linux/memcontrol.h @ Line 954 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->thread.fsbase' 1
4078 /src/include/linux/memcontrol.h @ Line 954 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->thread.gsbase' 1
4079 /src/include/linux/mempolicy.h @ Line 194 smatch.smatch_kernel_user_data set_param_user_data: no type for 'b->flags' 1
4080 /src/include/linux/mempolicy.h @ Line 194 smatch.smatch_kernel_user_data set_param_user_data: no type for 'b->mode' 1
4081 /src/include/linux/mempolicy.h @ Line 194 smatch.smatch_kernel_user_data set_param_user_data: no type for 'a->flags' 1
4082 /src/include/linux/mempolicy.h @ Line 194 smatch.smatch_kernel_user_data set_param_user_data: no type for 'a->mode' 1
4083 /src/include/linux/mfd/db8500-prcmu.h @ Line 723 coccinelle WARNING: return of 0/1 in function 'db8500_prcmu_is_ac_wake_requested' with return type bool 1
4084 /src/include/linux/mm.h @ Line 1165 smatch.smatch_kernel_user_data set_param_user_data: no type for 'page->offset' 1
4085 /src/include/linux/mm.h @ Line 772 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
4086 /src/include/linux/mm.h @ Line 772 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
4087 /src/include/linux/mmzone.h @ Line 1258 smatch.check_spectre warn: potential spectre issue 'mem_section[(nr / (((1) << 12) / 16))]' [w] 1
4088 /src/include/linux/mtd/rawnand.h @ Line 820 coccinelle WARNING: Use ARRAY_SIZE 1
4089 /src/include/linux/mtd/rawnand.h @ Line 846 coccinelle WARNING: Use ARRAY_SIZE 1
4090 /src/include/linux/namei.h @ Line 99 smatch.smatch_kernel_user_data set_param_user_data: no type for 'error->ee_block' 1
4091 /src/include/linux/namei.h @ Line 99 smatch.smatch_kernel_user_data set_param_user_data: no type for 'error->ee_len' 1
4092 /src/include/linux/netdevice.h @ Line 3991 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
4093 /src/include/linux/netdevice.h @ Line 3980 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->handle' 1
4094 /src/include/linux/netdevice.h @ Line 3980 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->limit' 1
4095 /src/include/linux/netdevice.h @ Line 3980 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->parent' 1
4096 /src/include/linux/netdevice.h @ Line 3780 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->handle' 1
4097 /src/include/linux/netdevice.h @ Line 3780 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->parent' 1
4098 /src/include/linux/netdevice.h @ Line 2241 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->handle' 1
4099 /src/include/linux/netdevice.h @ Line 2241 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->parent' 1
4100 /src/include/linux/netdevice.h @ Line 2241 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->limit' 1
4101 /src/include/linux/netdevice.h @ Line 2244 smatch.check_spectre warn: potential spectre issue 'dev->_tx' [w] 1
4102 /src/include/linux/netdevice.h @ Line 5035 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
4103 /src/include/linux/netdevice.h @ Line 5047 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
4104 /src/include/linux/netdevice.h @ Line 2318 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
4105 /src/include/linux/netdevice.h @ Line 4892 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->broadcast' 1
4106 /src/include/linux/netdevice.h @ Line 2866 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
4107 /src/include/linux/netdevice.h @ Line 3856 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4108 /src/include/linux/netfilter/nf_conntrack_common.h @ Line 33 coccinelle atomic_dec_and_test variation before object free at line 34. 1
4109 /src/include/linux/nfs_page.h @ Line 211 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->index' 1
4110 /src/include/linux/nfs_page.h @ Line 211 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->mapping->writeback_index' 1
4111 /src/include/linux/nfs_page.h @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
4112 /src/include/linux/nfs_page.h @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
4113 /src/include/linux/nfs_page.h @ Line 192 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->index' 1
4114 /src/include/linux/nfs_page.h @ Line 192 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->wb_index->mapping->writeback_index' 1
4115 /src/include/linux/nsproxy.h @ Line 104 coccinelle atomic_dec_and_test variation before object free at line 105. 1
4116 /src/include/linux/page-flags.h @ Line 602 coccinelle WARNING: return of 0/1 in function 'page_huge_active' with return type bool 1
4117 /src/include/linux/pid.h @ Line 149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'pid->exit_code' 1
4118 /src/include/linux/pid.h @ Line 149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'pid->parent->exit_code' 1
4119 /src/include/linux/pid.h @ Line 149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'pid->real_parent->exit_code' 1
4120 /src/include/linux/power_supply.h @ Line 479 coccinelle WARNING: return of 0/1 in function 'power_supply_is_amp_property' with return type bool 1
4121 /src/include/linux/power_supply.h @ Line 507 coccinelle WARNING: return of 0/1 in function 'power_supply_is_watt_property' with return type bool 1
4122 /src/include/linux/range.h @ Line 32 smatch.check_signed warn: impossible condition '(val > (~0)) => (0-u64max > u64max)' 1
4123 /src/include/linux/rhashtable.h @ Line 290 smatch.check_spectre warn: potential spectre issue 'tbl->buckets' [r] 1
4124 /src/include/linux/sched/signal.h @ Line 704 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->sched_info.last_queued->rt.highest_prio.next' 1
4125 /src/include/linux/sched/signal.h @ Line 664 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
4126 /src/include/linux/sched/signal.h @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
4127 /src/include/linux/sched/signal.h @ Line 675 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->normal_prio' 1
4128 /src/include/linux/sched/signal.h @ Line 675 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->static_prio' 1
4129 /src/include/linux/sched/signal.h @ Line 675 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
4130 /src/include/linux/sched/signal.h @ Line 675 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
4131 /src/include/linux/shmem_fs.h @ Line 48 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
4132 /src/include/linux/shmem_fs.h @ Line 48 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
4133 /src/include/linux/skbuff.h @ Line 3364 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4134 /src/include/linux/skbuff.h @ Line 2785 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4135 /src/include/linux/skbuff.h @ Line 2299 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4136 /src/include/linux/skbuff.h @ Line 2291 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4137 /src/include/linux/skbuff.h @ Line 2437 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4138 /src/include/linux/skbuff.h @ Line 3806 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4139 /src/include/linux/skbuff.h @ Line 4606 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4140 /src/include/linux/skbuff.h @ Line 980 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4141 /src/include/linux/spi/spi.h @ Line 170 coccinelle duplicated argument to & or | 1
4142 /src/include/linux/ssb/ssb_driver_extif.h @ Line 200 coccinelle WARNING: return of 0/1 in function 'ssb_extif_available' with return type bool 1
4143 /src/include/linux/ssb/ssb_driver_gige.h @ Line 162 coccinelle WARNING: return of 0/1 in function 'pdev_is_ssb_gige_core' with return type bool 1
4144 /src/include/linux/ssb/ssb_driver_gige.h @ Line 79 coccinelle WARNING: return of 0/1 in function 'ssb_gige_have_roboswitch' with return type bool 1
4145 /src/include/linux/ssb/ssb_driver_gige.h @ Line 174 coccinelle WARNING: return of 0/1 in function 'ssb_gige_have_roboswitch' with return type bool 1
4146 /src/include/linux/ssb/ssb_driver_gige.h @ Line 170 coccinelle WARNING: return of 0/1 in function 'ssb_gige_is_rgmii' with return type bool 1
4147 /src/include/linux/ssb/ssb_driver_gige.h @ Line 98 coccinelle WARNING: return of 0/1 in function 'ssb_gige_must_flush_posted_writes' with return type bool 1
4148 /src/include/linux/ssb/ssb_driver_gige.h @ Line 182 coccinelle WARNING: return of 0/1 in function 'ssb_gige_must_flush_posted_writes' with return type bool 1
4149 /src/include/linux/ssb/ssb_driver_gige.h @ Line 89 coccinelle WARNING: return of 0/1 in function 'ssb_gige_one_dma_at_once' with return type bool 1
4150 /src/include/linux/ssb/ssb_driver_gige.h @ Line 178 coccinelle WARNING: return of 0/1 in function 'ssb_gige_one_dma_at_once' with return type bool 1
4151 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_bound_dev_if' 1
4152 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_hash' 1
4153 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_incoming_cpu' 1
4154 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_ipv6only' 1
4155 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->csum_start' 1
4156 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->data_len' 1
4157 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_mac_header' 1
4158 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_network_header' 1
4159 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_transport_header' 1
4160 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->ip_defrag_offset' 1
4161 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->len' 1
4162 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mac_header' 1
4163 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mac_len' 1
4164 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mark' 1
4165 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->network_header' 1
4166 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->csum_start' 1
4167 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->data_len' 1
4168 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_mac_header' 1
4169 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_network_header' 1
4170 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_transport_header' 1
4171 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->ip_defrag_offset' 1
4172 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->len' 1
4173 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mac_header' 1
4174 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mac_len' 1
4175 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mark' 1
4176 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->network_header' 1
4177 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->priority' 1
4178 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->protocol' 1
4179 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->tail' 1
4180 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->transport_header' 1
4181 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->truesize' 1
4182 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->vlan_tci' 1
4183 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->priority' 1
4184 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->protocol' 1
4185 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->tail' 1
4186 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->transport_header' 1
4187 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->truesize' 1
4188 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->vlan_tci' 1
4189 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_forward_alloc' 1
4190 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_ll_usec' 1
4191 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_mark' 1
4192 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_max_ack_backlog' 1
4193 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_max_pacing_rate' 1
4194 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_pacing_rate' 1
4195 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_peek_off' 1
4196 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_priority' 1
4197 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_protocol' 1
4198 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_rcvbuf' 1
4199 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_rcvlowat' 1
4200 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->csum_start' 1
4201 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->data_len' 1
4202 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_mac_header' 1
4203 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_network_header' 1
4204 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_transport_header' 1
4205 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->ip_defrag_offset' 1
4206 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->len' 1
4207 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mac_header' 1
4208 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mac_len' 1
4209 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mark' 1
4210 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->network_header' 1
4211 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->csum_start' 1
4212 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->data_len' 1
4213 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_mac_header' 1
4214 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_network_header' 1
4215 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_transport_header' 1
4216 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->ip_defrag_offset' 1
4217 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->len' 1
4218 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mac_header' 1
4219 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mac_len' 1
4220 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mark' 1
4221 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->network_header' 1
4222 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->priority' 1
4223 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->protocol' 1
4224 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->tail' 1
4225 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->transport_header' 1
4226 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->truesize' 1
4227 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->vlan_tci' 1
4228 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->priority' 1
4229 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->protocol' 1
4230 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->tail' 1
4231 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->transport_header' 1
4232 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->truesize' 1
4233 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->vlan_tci' 1
4234 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_shutdown' 1
4235 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_sndbuf' 1
4236 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_socket->type' 1
4237 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_timer.expires' 1
4238 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_timer.flags' 1
4239 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_tsflags' 1
4240 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_type' 1
4241 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_wmem_queued' 1
4242 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->ip_defrag_offset' 1
4243 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->len' 1
4244 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->ip_defrag_offset' 1
4245 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->len' 1
4246 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->tail' 1
4247 /src/include/linux/sunrpc/xprt.h @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->tail' 1
4248 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_bound_dev_if' 1
4249 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_hash' 1
4250 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_incoming_cpu' 1
4251 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_ipv6only' 1
4252 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->csum_start' 1
4253 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->data_len' 1
4254 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_mac_header' 1
4255 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_network_header' 1
4256 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_transport_header' 1
4257 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->ip_defrag_offset' 1
4258 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->len' 1
4259 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mac_header' 1
4260 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mac_len' 1
4261 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mark' 1
4262 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->network_header' 1
4263 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->csum_start' 1
4264 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->data_len' 1
4265 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_mac_header' 1
4266 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_network_header' 1
4267 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_transport_header' 1
4268 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->ip_defrag_offset' 1
4269 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->len' 1
4270 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mac_header' 1
4271 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mac_len' 1
4272 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mark' 1
4273 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->network_header' 1
4274 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->priority' 1
4275 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->protocol' 1
4276 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->tail' 1
4277 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->transport_header' 1
4278 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->truesize' 1
4279 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->vlan_tci' 1
4280 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->priority' 1
4281 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->protocol' 1
4282 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->tail' 1
4283 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->transport_header' 1
4284 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->truesize' 1
4285 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->vlan_tci' 1
4286 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_forward_alloc' 1
4287 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_ll_usec' 1
4288 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_mark' 1
4289 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_max_ack_backlog' 1
4290 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_max_pacing_rate' 1
4291 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_pacing_rate' 1
4292 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_peek_off' 1
4293 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_priority' 1
4294 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_protocol' 1
4295 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_rcvbuf' 1
4296 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_rcvlowat' 1
4297 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->csum_start' 1
4298 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->data_len' 1
4299 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_mac_header' 1
4300 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_network_header' 1
4301 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_transport_header' 1
4302 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->ip_defrag_offset' 1
4303 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->len' 1
4304 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mac_header' 1
4305 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mac_len' 1
4306 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mark' 1
4307 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->network_header' 1
4308 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->csum_start' 1
4309 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->data_len' 1
4310 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_mac_header' 1
4311 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_network_header' 1
4312 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_transport_header' 1
4313 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->ip_defrag_offset' 1
4314 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->len' 1
4315 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mac_header' 1
4316 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mac_len' 1
4317 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mark' 1
4318 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->network_header' 1
4319 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->priority' 1
4320 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->protocol' 1
4321 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->tail' 1
4322 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->transport_header' 1
4323 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->truesize' 1
4324 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->vlan_tci' 1
4325 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->priority' 1
4326 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->protocol' 1
4327 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->tail' 1
4328 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->transport_header' 1
4329 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->truesize' 1
4330 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->vlan_tci' 1
4331 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_shutdown' 1
4332 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_sndbuf' 1
4333 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_socket->type' 1
4334 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_timer.expires' 1
4335 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_timer.flags' 1
4336 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_tsflags' 1
4337 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_type' 1
4338 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_wmem_queued' 1
4339 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->ip_defrag_offset' 1
4340 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->len' 1
4341 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->ip_defrag_offset' 1
4342 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->len' 1
4343 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->tail' 1
4344 /src/include/linux/sunrpc/xprt.h @ Line 448 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->tail' 1
4345 /src/include/linux/task_io_accounting_ops.h @ Line 59 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->count' 1
4346 /src/include/linux/task_io_accounting_ops.h @ Line 59 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->iov->iov_len' 1
4347 /src/include/linux/task_io_accounting_ops.h @ Line 59 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->nr_segs' 1
4348 /src/include/linux/transport_class.h @ Line 92 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
4349 /src/include/linux/uio.h @ Line 150 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->count' 1
4350 /src/include/linux/uio.h @ Line 150 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->iov->iov_len' 1
4351 /src/include/linux/uio.h @ Line 150 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->nr_segs' 1
4352 /src/include/linux/uio.h @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->count' 1
4353 /src/include/linux/uio.h @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->iov->iov_len' 1
4354 /src/include/linux/uio.h @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->nr_segs' 1
4355 /src/include/linux/unaligned/access_ok.h @ Line 63 smatch.smatch_kernel_user_data set_param_user_data: no type for '*val' 1
4356 /src/include/linux/userfaultfd_k.h @ Line 173 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->brk' 1
4357 /src/include/linux/userfaultfd_k.h @ Line 173 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->data_vm' 1
4358 /src/include/linux/userfaultfd_k.h @ Line 173 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->exec_vm' 1
4359 /src/include/linux/userfaultfd_k.h @ Line 173 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->hiwater_vm' 1
4360 /src/include/linux/userfaultfd_k.h @ Line 173 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->stack_vm' 1
4361 /src/include/linux/userfaultfd_k.h @ Line 173 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->total_vm' 1
4362 /src/include/linux/w1.h @ Line 314 coccinelle WARNING opportunity for kobj_to_dev() 1
4363 /src/include/linux/xarray.h @ Line 1180 smatch.check_spectre warn: potential spectre issue 'node->slots' [w] 1
4364 /src/include/linux/xarray.h @ Line 1189 smatch.check_spectre warn: potential spectre issue 'node->slots' [w] 1
4365 /src/include/net/bluetooth/hci_core.h @ Line 1136 coccinelle atomic_dec_and_test variation before object free at line 1142. 1
4366 /src/include/net/bluetooth/hci_core.h @ Line 1136 coccinelle atomic_dec_and_test variation before object free at line 1161. 1
4367 /src/include/net/flow_offload.h @ Line 316 coccinelle ERROR: iterator variable bound on line 315 cannot be NULL 1
4368 /src/include/net/icmp.h @ Line 41 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb_in->protocol->h_proto' 1
4369 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->__sk_common.skc_bound_dev_if' 1
4370 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->__sk_common.skc_hash' 1
4371 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->__sk_common.skc_incoming_cpu' 1
4372 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->__sk_common.skc_ipv6only' 1
4373 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->csum_start' 1
4374 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->data_len' 1
4375 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->inner_mac_header' 1
4376 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->inner_network_header' 1
4377 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->inner_transport_header' 1
4378 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->ip_defrag_offset' 1
4379 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->len' 1
4380 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->mac_header' 1
4381 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->mac_len' 1
4382 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->network_header' 1
4383 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->csum_start' 1
4384 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->data_len' 1
4385 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->inner_mac_header' 1
4386 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->inner_network_header' 1
4387 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->inner_transport_header' 1
4388 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->ip_defrag_offset' 1
4389 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->len' 1
4390 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->mac_header' 1
4391 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->mac_len' 1
4392 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->network_header' 1
4393 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->protocol' 1
4394 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->tail' 1
4395 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->transport_header' 1
4396 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->truesize' 1
4397 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->vlan_tci' 1
4398 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->protocol' 1
4399 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->tail' 1
4400 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->transport_header' 1
4401 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->truesize' 1
4402 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->vlan_tci' 1
4403 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_forward_alloc' 1
4404 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_ll_usec' 1
4405 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_mark' 1
4406 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_max_ack_backlog' 1
4407 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_max_pacing_rate' 1
4408 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_pacing_rate' 1
4409 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_peek_off' 1
4410 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_priority' 1
4411 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_protocol' 1
4412 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_rcvbuf' 1
4413 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_rcvlowat' 1
4414 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->csum_start' 1
4415 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->data_len' 1
4416 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->inner_mac_header' 1
4417 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->inner_network_header' 1
4418 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->inner_transport_header' 1
4419 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->ip_defrag_offset' 1
4420 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->len' 1
4421 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->mac_header' 1
4422 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->mac_len' 1
4423 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->mark' 1
4424 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->network_header' 1
4425 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->csum_start' 1
4426 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->data_len' 1
4427 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->inner_mac_header' 1
4428 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->inner_network_header' 1
4429 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->inner_transport_header' 1
4430 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->ip_defrag_offset' 1
4431 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->len' 1
4432 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->mac_header' 1
4433 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->mac_len' 1
4434 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->mark' 1
4435 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->network_header' 1
4436 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->priority' 1
4437 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->protocol' 1
4438 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->tail' 1
4439 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->transport_header' 1
4440 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->truesize' 1
4441 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->vlan_tci' 1
4442 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->priority' 1
4443 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->protocol' 1
4444 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->tail' 1
4445 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->transport_header' 1
4446 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->truesize' 1
4447 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->vlan_tci' 1
4448 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_shutdown' 1
4449 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_sndbuf' 1
4450 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_socket->type' 1
4451 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_timer.expires' 1
4452 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_timer.flags' 1
4453 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_tsflags' 1
4454 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_type' 1
4455 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_wmem_queued' 1
4456 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->ip_defrag_offset' 1
4457 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->len' 1
4458 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->next->ip_defrag_offset' 1
4459 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->next->len' 1
4460 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->next->tail' 1
4461 /src/include/net/inet_connection_sock.h @ Line 242 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->tail' 1
4462 /src/include/net/inet_hashtables.h @ Line 169 smatch.check_spectre warn: potential spectre issue 'h->lhash2' [w] 1
4463 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
4464 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_hash' 1
4465 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
4466 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
4467 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_forward_alloc' 1
4468 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_ll_usec' 1
4469 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_mark' 1
4470 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_ack_backlog' 1
4471 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_pacing_rate' 1
4472 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_pacing_rate' 1
4473 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_peek_off' 1
4474 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_priority' 1
4475 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_protocol' 1
4476 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvbuf' 1
4477 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvlowat' 1
4478 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_shutdown' 1
4479 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_sndbuf' 1
4480 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.expires' 1
4481 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.flags' 1
4482 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_tsflags' 1
4483 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_type' 1
4484 /src/include/net/inet_hashtables.h @ Line 413 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_wmem_queued' 1
4485 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
4486 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_hash' 1
4487 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
4488 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
4489 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_forward_alloc' 1
4490 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_ll_usec' 1
4491 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_mark' 1
4492 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_ack_backlog' 1
4493 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_pacing_rate' 1
4494 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_pacing_rate' 1
4495 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_peek_off' 1
4496 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_priority' 1
4497 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_protocol' 1
4498 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvbuf' 1
4499 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvlowat' 1
4500 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_shutdown' 1
4501 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_sndbuf' 1
4502 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.expires' 1
4503 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.flags' 1
4504 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_tsflags' 1
4505 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_type' 1
4506 /src/include/net/inet_hashtables.h @ Line 405 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_wmem_queued' 1
4507 /src/include/net/inet_hashtables.h @ Line 183 smatch.check_spectre warn: potential spectre issue 'hashinfo->ehash_locks' [w] 1
4508 /src/include/net/inet_hashtables.h @ Line 176 smatch.check_spectre warn: potential spectre issue 'hashinfo->ehash' [w] 1
4509 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_bound_dev_if' 1
4510 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_hash' 1
4511 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_incoming_cpu' 1
4512 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_ipv6only' 1
4513 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->csum_start' 1
4514 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->data_len' 1
4515 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_mac_header' 1
4516 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_network_header' 1
4517 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_transport_header' 1
4518 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->ip_defrag_offset' 1
4519 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->len' 1
4520 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_header' 1
4521 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_len' 1
4522 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->network_header' 1
4523 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->csum_start' 1
4524 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->data_len' 1
4525 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_mac_header' 1
4526 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_network_header' 1
4527 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_transport_header' 1
4528 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->ip_defrag_offset' 1
4529 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->len' 1
4530 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_header' 1
4531 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_len' 1
4532 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->network_header' 1
4533 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->protocol' 1
4534 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->tail' 1
4535 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->transport_header' 1
4536 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->truesize' 1
4537 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->vlan_tci' 1
4538 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->protocol' 1
4539 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->tail' 1
4540 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->transport_header' 1
4541 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->truesize' 1
4542 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->vlan_tci' 1
4543 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_forward_alloc' 1
4544 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_ll_usec' 1
4545 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_mark' 1
4546 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_ack_backlog' 1
4547 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_pacing_rate' 1
4548 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_pacing_rate' 1
4549 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_peek_off' 1
4550 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_priority' 1
4551 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_protocol' 1
4552 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvbuf' 1
4553 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvlowat' 1
4554 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->csum_start' 1
4555 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->data_len' 1
4556 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_mac_header' 1
4557 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_network_header' 1
4558 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_transport_header' 1
4559 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->ip_defrag_offset' 1
4560 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->len' 1
4561 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_header' 1
4562 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_len' 1
4563 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->network_header' 1
4564 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->csum_start' 1
4565 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->data_len' 1
4566 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_mac_header' 1
4567 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_network_header' 1
4568 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_transport_header' 1
4569 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->ip_defrag_offset' 1
4570 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->len' 1
4571 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_header' 1
4572 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_len' 1
4573 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->network_header' 1
4574 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->protocol' 1
4575 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->tail' 1
4576 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->transport_header' 1
4577 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->truesize' 1
4578 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->vlan_tci' 1
4579 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->protocol' 1
4580 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->tail' 1
4581 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->transport_header' 1
4582 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->truesize' 1
4583 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->vlan_tci' 1
4584 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_shutdown' 1
4585 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_sndbuf' 1
4586 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_socket->type' 1
4587 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.expires' 1
4588 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.flags' 1
4589 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_tsflags' 1
4590 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_type' 1
4591 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_wmem_queued' 1
4592 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->ip_defrag_offset' 1
4593 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->len' 1
4594 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->ip_defrag_offset' 1
4595 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->len' 1
4596 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->tail' 1
4597 /src/include/net/inet_sock.h @ Line 103 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->tail' 1
4598 /src/include/net/ip6_fib.h @ Line 333 smatch.smatch_kernel_user_data set_param_user_data: no type for 'f6i->fib6_nh->nh_common.nhc_weight' 1
4599 /src/include/net/ipv6.h @ Line 526 smatch.check_spectre warn: potential spectre issue 'addr->in6_u.u6_addr8' [r] 1
4600 /src/include/net/ipv6.h @ Line 526 smatch.check_spectre warn: potential spectre issue 'pfx->in6_u.u6_addr8' [w] 1
4601 /src/include/net/lwtunnel.h @ Line 70 coccinelle atomic_dec_and_test variation before object free at line 71. 1
4602 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for '*info->data' 1
4603 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->csum_start' 1
4604 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->data' 1
4605 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->data_len' 1
4606 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->dev->watchdog_timer.expires' 1
4607 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->dev->watchdog_timer.flags' 1
4608 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->inner_mac_header' 1
4609 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->inner_network_header' 1
4610 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->inner_transport_header' 1
4611 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->ip_defrag_offset' 1
4612 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->len' 1
4613 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->mac_header' 1
4614 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->mac_len' 1
4615 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->mark' 1
4616 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->network_header' 1
4617 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->priority' 1
4618 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->protocol' 1
4619 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->__sk_common.skc_bound_dev_if' 1
4620 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->__sk_common.skc_hash' 1
4621 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->__sk_common.skc_incoming_cpu' 1
4622 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->__sk_common.skc_ipv6only' 1
4623 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_forward_alloc' 1
4624 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_ll_usec' 1
4625 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_mark' 1
4626 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_max_ack_backlog' 1
4627 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_max_pacing_rate' 1
4628 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_pacing_rate' 1
4629 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_peek_off' 1
4630 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_priority' 1
4631 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_protocol' 1
4632 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_rcvbuf' 1
4633 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_rcvlowat' 1
4634 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_shutdown' 1
4635 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_sndbuf' 1
4636 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_timer.expires' 1
4637 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_timer.flags' 1
4638 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_tsflags' 1
4639 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_type' 1
4640 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_wmem_queued' 1
4641 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->tail' 1
4642 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->transport_header' 1
4643 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->truesize' 1
4644 /src/include/net/mac80211.h @ Line 1121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->vlan_tci' 1
4645 /src/include/net/neighbour.h @ Line 422 smatch.smatch_kernel_user_data set_param_user_data: no type for '*neigh->primary_key' 1
4646 /src/include/net/net_namespace.h @ Line 265 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net2->count' 1
4647 /src/include/net/net_namespace.h @ Line 265 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net2->read_pos' 1
4648 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for '*nlh->data' 1
4649 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->csum_start' 1
4650 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->data' 1
4651 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->data_len' 1
4652 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_mac_header' 1
4653 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_network_header' 1
4654 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_transport_header' 1
4655 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->ip_defrag_offset' 1
4656 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->len' 1
4657 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->mac_header' 1
4658 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->mac_len' 1
4659 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->mark' 1
4660 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->network_header' 1
4661 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->priority' 1
4662 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->protocol' 1
4663 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->__sk_common.skc_bound_dev_if' 1
4664 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->__sk_common.skc_hash' 1
4665 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->__sk_common.skc_incoming_cpu' 1
4666 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->__sk_common.skc_ipv6only' 1
4667 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_forward_alloc' 1
4668 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_ll_usec' 1
4669 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_mark' 1
4670 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_max_ack_backlog' 1
4671 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_max_pacing_rate' 1
4672 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_pacing_rate' 1
4673 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_peek_off' 1
4674 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_priority' 1
4675 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_protocol' 1
4676 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_rcvbuf' 1
4677 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_rcvlowat' 1
4678 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_shutdown' 1
4679 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_sndbuf' 1
4680 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_timer.expires' 1
4681 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_timer.flags' 1
4682 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_tsflags' 1
4683 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_type' 1
4684 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_wmem_queued' 1
4685 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->tail' 1
4686 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->transport_header' 1
4687 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->truesize' 1
4688 /src/include/net/netlink.h @ Line 577 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->vlan_tci' 1
4689 /src/include/net/netns/generic.h @ Line 39 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
4690 /src/include/net/netns/generic.h @ Line 39 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
4691 /src/include/net/netns/generic.h @ Line 39 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->from' 1
4692 /src/include/net/pkt_cls.h @ Line 641 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->handle' 1
4693 /src/include/net/pkt_cls.h @ Line 641 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->limit' 1
4694 /src/include/net/pkt_cls.h @ Line 641 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->parent' 1
4695 /src/include/net/pkt_sched.h @ Line 144 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->handle' 1
4696 /src/include/net/pkt_sched.h @ Line 144 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->parent' 1
4697 /src/include/net/pkt_sched.h @ Line 144 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->limit' 1
4698 /src/include/net/red.h @ Line 431 smatch.check_unreachable warn: ignoring unreachable code. 1
4699 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_bound_dev_if' 1
4700 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_incoming_cpu' 1
4701 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_ipv6only' 1
4702 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_ll_usec' 1
4703 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_mark' 1
4704 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_max_ack_backlog' 1
4705 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_max_pacing_rate' 1
4706 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_pacing_rate' 1
4707 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_peek_off' 1
4708 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_priority' 1
4709 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_protocol' 1
4710 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_rcvbuf' 1
4711 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_rcvlowat' 1
4712 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_shutdown' 1
4713 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_sndbuf' 1
4714 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_timer.expires' 1
4715 /src/include/net/request_sock.h @ Line 130 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_tsflags' 1
4716 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_bound_dev_if' 1
4717 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_hash' 1
4718 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_incoming_cpu' 1
4719 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_ipv6only' 1
4720 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_forward_alloc' 1
4721 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_ll_usec' 1
4722 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_mark' 1
4723 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_max_ack_backlog' 1
4724 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_max_pacing_rate' 1
4725 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_pacing_rate' 1
4726 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_peek_off' 1
4727 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_priority' 1
4728 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_protocol' 1
4729 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_rcvbuf' 1
4730 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_rcvlowat' 1
4731 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_shutdown' 1
4732 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_sndbuf' 1
4733 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_timer.expires' 1
4734 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_timer.flags' 1
4735 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_tsflags' 1
4736 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_type' 1
4737 /src/include/net/request_sock.h @ Line 124 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_wmem_queued' 1
4738 /src/include/net/route.h @ Line 264 smatch.check_spectre warn: potential spectre issue 'ip_tos2prio' [w] 1
4739 /src/include/net/sch_generic.h @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->handle' 1
4740 /src/include/net/sch_generic.h @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev->parent' 1
4741 /src/include/net/sch_generic.h @ Line 684 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
4742 /src/include/net/sock.h @ Line 2367 smatch.smatch_kernel_user_data set_param_user_data: no type for 'timeo->__sk_common.skc_bound_dev_if' 1
4743 /src/include/net/sock.h @ Line 2367 smatch.smatch_kernel_user_data set_param_user_data: no type for 'timeo->sk_mark' 1
4744 /src/include/net/sock.h @ Line 2367 smatch.smatch_kernel_user_data set_param_user_data: no type for 'timeo->sk_priority' 1
4745 /src/include/net/sock.h @ Line 659 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->saved_syn->mac_hdrlen' 1
4746 /src/include/net/sock.h @ Line 659 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->saved_syn->network_hdrlen' 1
4747 /src/include/net/sock.h @ Line 722 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->saved_syn->mac_hdrlen' 1
4748 /src/include/net/sock.h @ Line 722 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->saved_syn->network_hdrlen' 1
4749 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
4750 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_hash' 1
4751 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
4752 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
4753 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_forward_alloc' 1
4754 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_ll_usec' 1
4755 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_mark' 1
4756 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_ack_backlog' 1
4757 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_pacing_rate' 1
4758 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_pacing_rate' 1
4759 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_peek_off' 1
4760 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_priority' 1
4761 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_protocol' 1
4762 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvbuf' 1
4763 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvlowat' 1
4764 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_shutdown' 1
4765 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_sndbuf' 1
4766 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.expires' 1
4767 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.flags' 1
4768 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_tsflags' 1
4769 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_type' 1
4770 /src/include/net/sock.h @ Line 1835 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_wmem_queued' 1
4771 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
4772 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_hash' 1
4773 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
4774 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
4775 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_forward_alloc' 1
4776 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_ll_usec' 1
4777 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_mark' 1
4778 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_ack_backlog' 1
4779 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_pacing_rate' 1
4780 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_pacing_rate' 1
4781 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_peek_off' 1
4782 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_priority' 1
4783 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_protocol' 1
4784 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvbuf' 1
4785 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvlowat' 1
4786 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_shutdown' 1
4787 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_sndbuf' 1
4788 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.expires' 1
4789 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.flags' 1
4790 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_tsflags' 1
4791 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_type' 1
4792 /src/include/net/sock.h @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_wmem_queued' 1
4793 /src/include/net/udp.h @ Line 83 smatch.check_spectre warn: potential spectre issue 'table->hash' [w] 1
4794 /src/include/net/udp.h @ Line 92 smatch.check_spectre warn: potential spectre issue 'table->hash2' [w] 1
4795 /src/include/net/xfrm.h @ Line 1762 smatch.smatch_kernel_user_data set_param_user_data: no type for '*alg->alg_name' 1
4796 /src/include/rdma/ib_verbs.h @ Line 2262 coccinelle WARNING: casting value returned by memory allocation function to (struct ib_type *) is useless. 1
4797 /src/include/scsi/scsi_device.h @ Line 456 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
4798 /src/include/scsi/scsi_device.h @ Line 456 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
4799 /src/include/scsi/scsi_device.h @ Line 456 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
4800 /src/include/scsi/scsi_device.h @ Line 456 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
4801 /src/include/scsi/scsi_device.h @ Line 509 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->channel' 1
4802 /src/include/scsi/scsi_device.h @ Line 509 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->lun' 1
4803 /src/include/scsi/scsi_device.h @ Line 509 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->channel' 1
4804 /src/include/scsi/scsi_device.h @ Line 509 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sdev->request_queue->sdev_target->id' 1
4805 /src/include/trace/events/rseq.h @ Line 28 smatch.smatch_kernel_user_data set_param_user_data: no type for 'regs_ip->ip' 1
4806 /src/include/trace/events/sched.h @ Line 187 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->exit_signal' 1
4807 /src/include/trace/events/sched.h @ Line 187 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->group_leader->thread.fsbase' 1
4808 /src/include/trace/events/sched.h @ Line 187 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->group_leader->thread.gsbase' 1
4809 /src/include/trace/events/sched.h @ Line 187 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->pushable_tasks.prio' 1
4810 /src/include/trace/events/sched.h @ Line 187 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->thread.fsbase' 1
4811 /src/include/trace/events/sched.h @ Line 187 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->thread.gsbase' 1
4812 /src/include/trace/events/sched.h @ Line 187 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
4813 /src/include/trace/events/sched.h @ Line 371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->sched_info.last_queued->rt.highest_prio.next' 1
4814 /src/include/trace/events/sched.h @ Line 371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->se.exec_start->rt.highest_prio.next' 1
4815 /src/include/trace/events/sctp.h @ Line 11 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 5 has type 'uchar[]' 1
4816 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_bound_dev_if' 1
4817 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_hash' 1
4818 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_incoming_cpu' 1
4819 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_ipv6only' 1
4820 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->csum_start' 1
4821 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->data_len' 1
4822 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_mac_header' 1
4823 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_network_header' 1
4824 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_transport_header' 1
4825 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->ip_defrag_offset' 1
4826 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->len' 1
4827 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mac_header' 1
4828 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mac_len' 1
4829 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mark' 1
4830 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->network_header' 1
4831 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->csum_start' 1
4832 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->data_len' 1
4833 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_mac_header' 1
4834 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_network_header' 1
4835 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_transport_header' 1
4836 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->ip_defrag_offset' 1
4837 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->len' 1
4838 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mac_header' 1
4839 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mac_len' 1
4840 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mark' 1
4841 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->network_header' 1
4842 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->priority' 1
4843 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->protocol' 1
4844 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->tail' 1
4845 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->transport_header' 1
4846 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->truesize' 1
4847 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->vlan_tci' 1
4848 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->priority' 1
4849 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->protocol' 1
4850 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->tail' 1
4851 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->transport_header' 1
4852 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->truesize' 1
4853 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->vlan_tci' 1
4854 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_forward_alloc' 1
4855 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_ll_usec' 1
4856 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_mark' 1
4857 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_max_ack_backlog' 1
4858 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_max_pacing_rate' 1
4859 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_pacing_rate' 1
4860 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_peek_off' 1
4861 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_priority' 1
4862 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_protocol' 1
4863 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_rcvbuf' 1
4864 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_rcvlowat' 1
4865 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->csum_start' 1
4866 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->data_len' 1
4867 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_mac_header' 1
4868 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_network_header' 1
4869 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_transport_header' 1
4870 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->ip_defrag_offset' 1
4871 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->len' 1
4872 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mac_header' 1
4873 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mac_len' 1
4874 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mark' 1
4875 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->network_header' 1
4876 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->csum_start' 1
4877 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->data_len' 1
4878 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_mac_header' 1
4879 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_network_header' 1
4880 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_transport_header' 1
4881 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->ip_defrag_offset' 1
4882 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->len' 1
4883 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mac_header' 1
4884 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mac_len' 1
4885 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mark' 1
4886 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->network_header' 1
4887 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->priority' 1
4888 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->protocol' 1
4889 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->tail' 1
4890 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->transport_header' 1
4891 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->truesize' 1
4892 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->vlan_tci' 1
4893 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->priority' 1
4894 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->protocol' 1
4895 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->tail' 1
4896 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->transport_header' 1
4897 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->truesize' 1
4898 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->vlan_tci' 1
4899 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_shutdown' 1
4900 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_sndbuf' 1
4901 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_socket->type' 1
4902 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_timer.expires' 1
4903 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_timer.flags' 1
4904 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_tsflags' 1
4905 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_type' 1
4906 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_wmem_queued' 1
4907 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->ip_defrag_offset' 1
4908 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->len' 1
4909 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->ip_defrag_offset' 1
4910 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->len' 1
4911 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->tail' 1
4912 /src/include/trace/events/sunrpc.h @ Line 915 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->tail' 1
4913 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_bound_dev_if' 1
4914 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_hash' 1
4915 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_incoming_cpu' 1
4916 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->__sk_common.skc_ipv6only' 1
4917 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->csum_start' 1
4918 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->data_len' 1
4919 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_mac_header' 1
4920 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_network_header' 1
4921 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->inner_transport_header' 1
4922 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->ip_defrag_offset' 1
4923 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->len' 1
4924 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mac_header' 1
4925 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mac_len' 1
4926 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->mark' 1
4927 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->network_header' 1
4928 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->csum_start' 1
4929 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->data_len' 1
4930 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_mac_header' 1
4931 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_network_header' 1
4932 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->inner_transport_header' 1
4933 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->ip_defrag_offset' 1
4934 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->len' 1
4935 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mac_header' 1
4936 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mac_len' 1
4937 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->mark' 1
4938 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->network_header' 1
4939 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->priority' 1
4940 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->protocol' 1
4941 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->tail' 1
4942 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->transport_header' 1
4943 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->truesize' 1
4944 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->next->vlan_tci' 1
4945 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->priority' 1
4946 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->protocol' 1
4947 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->tail' 1
4948 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->transport_header' 1
4949 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->truesize' 1
4950 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_error_queue.prev->vlan_tci' 1
4951 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_forward_alloc' 1
4952 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_ll_usec' 1
4953 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_mark' 1
4954 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_max_ack_backlog' 1
4955 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_max_pacing_rate' 1
4956 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_pacing_rate' 1
4957 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_peek_off' 1
4958 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_priority' 1
4959 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_protocol' 1
4960 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_rcvbuf' 1
4961 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_rcvlowat' 1
4962 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->csum_start' 1
4963 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->data_len' 1
4964 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_mac_header' 1
4965 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_network_header' 1
4966 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->inner_transport_header' 1
4967 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->ip_defrag_offset' 1
4968 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->len' 1
4969 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mac_header' 1
4970 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mac_len' 1
4971 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->mark' 1
4972 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->network_header' 1
4973 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->csum_start' 1
4974 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->data_len' 1
4975 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_mac_header' 1
4976 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_network_header' 1
4977 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->inner_transport_header' 1
4978 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->ip_defrag_offset' 1
4979 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->len' 1
4980 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mac_header' 1
4981 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mac_len' 1
4982 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->mark' 1
4983 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->network_header' 1
4984 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->priority' 1
4985 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->protocol' 1
4986 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->tail' 1
4987 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->transport_header' 1
4988 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->truesize' 1
4989 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->next->vlan_tci' 1
4990 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->priority' 1
4991 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->protocol' 1
4992 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->tail' 1
4993 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->transport_header' 1
4994 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->truesize' 1
4995 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_receive_queue.prev->vlan_tci' 1
4996 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_shutdown' 1
4997 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_sndbuf' 1
4998 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_socket->type' 1
4999 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_timer.expires' 1
5000 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_timer.flags' 1
5001 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_tsflags' 1
5002 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_type' 1
5003 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_wmem_queued' 1
5004 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->ip_defrag_offset' 1
5005 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->len' 1
5006 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->ip_defrag_offset' 1
5007 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->len' 1
5008 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->next->tail' 1
5009 /src/include/trace/events/sunrpc.h @ Line 913 smatch.smatch_kernel_user_data set_param_user_data: no type for 'xprt->sk_write_queue.prev->tail' 1
5010 /src/include/trace/events/sunrpc.h @ Line 1657 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 3 has type 'uchar[]' 1
5011 /src/include/trace/events/sunrpc.h @ Line 2030 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 3 has type 'uchar[]' 1
5012 /src/include/trace/events/sunrpc.h @ Line 1657 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
5013 /src/include/trace/events/task.h @ Line 9 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->sched_info.last_queued->rt.highest_prio.next' 1
5014 /src/include/trace/events/task.h @ Line 9 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->se.exec_start->rt.highest_prio.next' 1
5015 /src/include/trace/events/tcp.h @ Line 229 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 3 has type 'uchar[]' 1
5016 /src/include/trace/events/tcp.h @ Line 229 smatch.check_kernel_printf error: '%pIS' expects argument of type struct sockaddr *, argument 4 has type 'uchar[]' 1
5017 /src/include/trace/events/vmscan.h @ Line 162 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nr_reclaimed->order' 1
5018 /src/include/uapi/linux/spi/spidev.h @ Line 36 coccinelle duplicated argument to & or | 1
5019 /src/init/do_mounts_rd.c @ Line 260 smatch.check_kernel_printf warn: format string contains unusual character '\x08' 1
5020 /src/init/initramfs.c @ Line 249 smatch.check_unreachable warn: ignoring unreachable code. 1
5021 /src/init/initramfs.c @ Line 253 smatch.check_unreachable warn: ignoring unreachable code. 1
5022 /src/init/main.c @ Line 1066 smatch.check_unreachable warn: ignoring unreachable code. 1
5023 /src/ipc/sem.c @ Line 425 coccinelle preceding lock on line 420 1
5024 /src/kernel/acct.c @ Line 135 coccinelle atomic_dec_and_test variation before object free at line 136. 1
5025 /src/kernel/audit.c @ Line 1365 smatch.check_spectre warn: potential spectre issue 'str' [w] 1
5026 /src/kernel/audit_tree.c @ Line 468 coccinelle preceding lock on line 465 1
5027 /src/kernel/audit_tree.c @ Line 219 smatch.smatch_kernel_user_data set_param_user_data: no type for 'key->i_blocks' 1
5028 /src/kernel/audit_tree.c @ Line 219 smatch.smatch_kernel_user_data set_param_user_data: no type for 'key->i_bytes' 1
5029 /src/kernel/audit_tree.c @ Line 219 smatch.smatch_kernel_user_data set_param_user_data: no type for 'key->i_mode' 1
5030 /src/kernel/audit_tree.c @ Line 219 smatch.smatch_kernel_user_data set_param_user_data: no type for 'key->i_size' 1
5031 /src/kernel/auditfilter.c @ Line 913 smatch.check_spectre warn: potential spectre issue 'audit_filter_list' [r] 1
5032 /src/kernel/auditfilter.c @ Line 992 smatch.check_spectre warn: potential spectre issue 'audit_rules_list' [w] (local cap) 1
5033 /src/kernel/bpf/bpf_iter.c @ Line 320 coccinelle WARNING: Comparison to bool 1
5034 /src/kernel/bpf/bpf_struct_ops_types.h @ Line 7 smatch.check_indenting warn: inconsistent indenting 1
5035 /src/kernel/bpf/cpumap.c @ Line 203 coccinelle atomic_dec_and_test variation before object free at line 210. 1
5036 /src/kernel/bpf/hashtab.c @ Line 1479 smatch.check_spectre warn: potential spectre issue 'htab->buckets' [r] (local cap) 1
5037 /src/kernel/bpf/ringbuf.c @ Line 160 smatch.check_signed warn: impossible condition '(attr->max_entries > (((1 << 24) - 2 - ($expr_0x7f1b8fd4fa50(30) >> 12)) * ((1) << 12))) => (0-u32max > 68719464448)' 1
5038 /src/kernel/bpf/syscall.c @ Line 3623 smatch.check_check_deref error: we previously assumed 'prog->aux->jited_linfo' could be null (see line 3611) 1
5039 /src/kernel/bpf/syscall.c @ Line 476 coccinelle atomic_dec_and_test variation before object free at line 478. 1
5040 /src/kernel/bpf/syscall.c @ Line 2339 coccinelle atomic_dec_and_test variation before object free at line 2344. 1
5041 /src/kernel/bpf/syscall.c @ Line 2339 coccinelle atomic_dec_and_test variation before object free at line 2346. 1
5042 /src/kernel/bpf/verifier.c @ Line 8838 smatch.check_unreachable warn: ignoring unreachable code. 1
5043 /src/kernel/bpf/verifier.c @ Line 11271 smatch.check_unreachable warn: ignoring unreachable code. 1
5044 /src/kernel/capability.c @ Line 487 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
5045 /src/kernel/capability.c @ Line 487 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
5046 /src/kernel/cgroup/cgroup.c @ Line 5942 coccinelle preceding lock on line 5931 1
5047 /src/kernel/cgroup/cgroup.c @ Line 983 smatch.check_memcpy_overflow error: memcmp() 'template' too small (32 vs 96) 1
5048 /src/kernel/cgroup/cgroup.c @ Line 5530 smatch.check_check_deref error: we previously assumed 'parent' could be null (see line 5514) 1
5049 /src/kernel/cgroup/cpuset.c @ Line 1648 smatch.check_no_effect warn: statement has no effect 31 1
5050 /src/kernel/cpu.c @ Line 1827 coccinelle WARNING: Comparison to bool 1
5051 /src/kernel/cpu.c @ Line 571 smatch.check_err_ptr_deref error: 'idle' dereferencing possible ERR_PTR() 1
5052 /src/kernel/crash_core.c @ Line 449 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5053 /src/kernel/crash_core.c @ Line 451 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5054 /src/kernel/crash_core.c @ Line 453 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5055 /src/kernel/crash_core.c @ Line 455 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5056 /src/kernel/crash_core.c @ Line 456 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5057 /src/kernel/crash_core.c @ Line 459 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5058 /src/kernel/crash_core.c @ Line 460 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5059 /src/kernel/crash_core.c @ Line 463 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5060 /src/kernel/debug/debug_core.c @ Line 800 smatch.check_locking error: double unlocked 'dbg_master_lock' (orig line 615) 1
5061 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->devt' 1
5062 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->parent->devt' 1
5063 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->parent->power.suspend_timer._softexpires' 1
5064 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->parent->power.suspend_timer.node.expires' 1
5065 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->parent->power.timer_expires' 1
5066 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->power.suspend_timer._softexpires' 1
5067 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->power.suspend_timer.node.expires' 1
5068 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->power.timer_expires' 1
5069 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->power.wakeup->dev->power.suspend_timer._softexpires' 1
5070 /src/kernel/dma/mapping.c @ Line 128 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ops->power.wakeup->dev->power.suspend_timer.node.expires' 1
5071 /src/kernel/events/hw_breakpoint.c @ Line 54 smatch.check_spectre warn: potential spectre issue '__per_cpu_offset' [r] 1
5072 /src/kernel/events/ring_buffer.c @ Line 779 smatch.check_spectre warn: potential spectre issue 'rb->data_pages' [w] 1
5073 /src/kernel/events/uprobes.c @ Line 1265 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
5074 /src/kernel/events/uprobes.c @ Line 1265 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
5075 /src/kernel/events/uprobes.c @ Line 1293 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
5076 /src/kernel/events/uprobes.c @ Line 1293 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
5077 /src/kernel/events/uprobes.c @ Line 1799 smatch.smatch_kernel_user_data set_param_user_data: no type for 't->sched_info.last_queued->rt.highest_prio.next' 1
5078 /src/kernel/events/uprobes.c @ Line 1799 smatch.smatch_kernel_user_data set_param_user_data: no type for 't->se.exec_start->rt.highest_prio.next' 1
5079 /src/kernel/exit.c @ Line 542 smatch.check_locking error: double locked 'tasklist_lock' (orig line 538) 1
5080 /src/kernel/exit.c @ Line 542 smatch.check_locking error: double locked 'irq' (orig line 538) 1
5081 /src/kernel/exit.c @ Line 887 smatch.check_unreachable warn: ignoring unreachable code. 1
5082 /src/kernel/exit.c @ Line 929 smatch.check_unreachable warn: ignoring unreachable code. 1
5083 /src/kernel/exit.c @ Line 1434 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5084 /src/kernel/exit.c @ Line 389 coccinelle ERROR: invalid reference to the index variable of the iterator on line 378 1
5085 /src/kernel/exit.c @ Line 1491 coccinelle preceding lock on line 1463 1
5086 /src/kernel/fork.c @ Line 703 coccinelle atomic_dec_and_test variation before object free at line 705. 1
5087 /src/kernel/fork.c @ Line 1120 coccinelle atomic_dec_and_test variation before object free at line 1122. 1
5088 /src/kernel/fork.c @ Line 1257 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->recent_used_cpu->exit_signal' 1
5089 /src/kernel/fork.c @ Line 1257 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->recent_used_cpu->group_leader->thread.fsbase' 1
5090 /src/kernel/fork.c @ Line 1257 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->recent_used_cpu->group_leader->thread.gsbase' 1
5091 /src/kernel/fork.c @ Line 1257 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->recent_used_cpu->pushable_tasks.prio' 1
5092 /src/kernel/fork.c @ Line 1257 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->recent_used_cpu->thread.fsbase' 1
5093 /src/kernel/fork.c @ Line 1257 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->recent_used_cpu->thread.gsbase' 1
5094 /src/kernel/fork.c @ Line 1257 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->sched_info.last_queued->rt.highest_prio.next' 1
5095 /src/kernel/fork.c @ Line 1257 smatch.smatch_kernel_user_data set_param_user_data: no type for 'child->se.exec_start->rt.highest_prio.next' 1
5096 /src/kernel/fork.c @ Line 1820 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tsk->sched_info.last_queued->rt.highest_prio.next' 1
5097 /src/kernel/fork.c @ Line 1820 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tsk->se.exec_start->rt.highest_prio.next' 1
5098 /src/kernel/futex.c @ Line 2504 coccinelle preceding lock on line 2486 1
5099 /src/kernel/futex.c @ Line 2934 smatch.check_locking error: double unlocked 'to->timer.base->cpu_base->lock' (orig line 2879) 1
5100 /src/kernel/futex.c @ Line 3601 smatch.check_get_user_overflow warn: check for integer overflow 'futex_offset' 1
5101 /src/kernel/futex.c @ Line 3619 smatch.check_get_user_overflow warn: check for integer overflow 'futex_offset' 1
5102 /src/kernel/groups.c @ Line 34 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->nr_pages' 1
5103 /src/kernel/groups.c @ Line 34 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->size' 1
5104 /src/kernel/groups.c @ Line 59 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->nr_pages' 1
5105 /src/kernel/groups.c @ Line 59 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->size' 1
5106 /src/kernel/groups.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->nr_pages' 1
5107 /src/kernel/groups.c @ Line 89 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->size' 1
5108 /src/kernel/groups.c @ Line 139 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->nr_pages' 1
5109 /src/kernel/groups.c @ Line 139 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->size' 1
5110 /src/kernel/irq/affinity.c @ Line 481 smatch.check_spectre warn: potential spectre issue 'masks' [w] (local cap) 1
5111 /src/kernel/irq/manage.c @ Line 2084 smatch.smatch_db is_implies_function: is implied 1
5112 /src/kernel/irq/spurious.c @ Line 434 coccinelle WARNING: Assignment of 0/1 to bool variable 1
5113 /src/kernel/kexec_file.c @ Line 908 coccinelle WARNING: array_size is already used (line 904) to compute the same size 1
5114 /src/kernel/kthread.c @ Line 265 coccinelle ERROR: reference preceded by free on line 260 1
5115 /src/kernel/kthread.c @ Line 278 coccinelle ERROR: reference preceded by free on line 260 1
5116 /src/kernel/kthread.c @ Line 454 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->normal_prio' 1
5117 /src/kernel/kthread.c @ Line 454 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->static_prio' 1
5118 /src/kernel/kthread.c @ Line 454 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5119 /src/kernel/kthread.c @ Line 454 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5120 /src/kernel/locking/mutex.c @ Line 968 coccinelle second lock on line 1057 1
5121 /src/kernel/locking/mutex.c @ Line 1055 coccinelle second lock on line 1057 1
5122 /src/kernel/locking/rtmutex.c @ Line 1379 coccinelle WARNING: Comparison to bool 1
5123 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->normal_prio->normal_prio' 1
5124 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->normal_prio->policy' 1
5125 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->normal_prio->rt_priority' 1
5126 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->normal_prio->static_prio' 1
5127 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->prio->normal_prio' 1
5128 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->prio->policy' 1
5129 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->prio->rt_priority' 1
5130 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->prio->static_prio' 1
5131 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->sched_info.last_queued->rt.highest_prio.next' 1
5132 /src/kernel/locking/rtmutex.c @ Line 1123 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->se.exec_start->rt.highest_prio.next' 1
5133 /src/kernel/locking/rtmutex.c @ Line 1282 smatch.check_locking error: double unlocked 'timeout->timer.base->cpu_base->lock' (orig line 1258) 1
5134 /src/kernel/module.c @ Line 2404 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
5135 /src/kernel/notifier.c @ Line 526 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5136 /src/kernel/pid.c @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->sched_info.last_queued->rt.highest_prio.next' 1
5137 /src/kernel/pid.c @ Line 438 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->se.exec_start->rt.highest_prio.next' 1
5138 /src/kernel/printk/printk.c @ Line 954 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5139 /src/kernel/printk/printk.c @ Line 955 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5140 /src/kernel/printk/printk.c @ Line 956 smatch.check_kernel_printf warn: argument 3 to %lx specifier is cast from pointer 1
5141 /src/kernel/ptrace.c @ Line 191 smatch.smatch_kernel_user_data set_param_user_data: no type for 'task->sched_info.last_queued->rt.highest_prio.next' 1
5142 /src/kernel/ptrace.c @ Line 721 smatch.check_signed warn: impossible condition '(arg.off > (~0)) => (0-u64max > u64max)' 1
5143 /src/kernel/rcu/rcuscale.c @ Line 437 coccinelle ERROR: reference preceded by free on line 443 1
5144 /src/kernel/rcu/rcuscale.c @ Line 443 coccinelle ERROR: reference preceded by free on line 443 1
5145 /src/kernel/rcu/tasks.h @ Line 1085 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1090 1
5146 /src/kernel/rcu/tree.c @ Line 1858 smatch.check_locking error: double unlocked 'irq' (orig line 1821) 1
5147 /src/kernel/rcu/tree.c @ Line 4221 smatch.check_locking error: double locked 'rnp->lock' (orig line 4215) 1
5148 /src/kernel/rcu/tree_plugin.h @ Line 199 smatch.check_check_deref error: we previously assumed 'rnp->exp_tasks' could be null (see line 138) 1
5149 /src/kernel/rcu/tree_plugin.h @ Line 210 smatch.check_check_deref error: we previously assumed 'rnp->gp_tasks' could be null (see line 137) 1
5150 /src/kernel/rcu/tree_plugin.h @ Line 643 smatch.check_locking warn: inconsistent returns 'flags'. 1
5151 /src/kernel/relay.c @ Line 196 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->nr_pages' 1
5152 /src/kernel/relay.c @ Line 196 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->size' 1
5153 /src/kernel/relay.c @ Line 196 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->start->size' 1
5154 /src/kernel/relay.c @ Line 286 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->nr_pages' 1
5155 /src/kernel/relay.c @ Line 286 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->size' 1
5156 /src/kernel/relay.c @ Line 286 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->start->size' 1
5157 /src/kernel/relay.c @ Line 350 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->nr_pages' 1
5158 /src/kernel/relay.c @ Line 350 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->size' 1
5159 /src/kernel/relay.c @ Line 350 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->start->size' 1
5160 /src/kernel/relay.c @ Line 379 smatch.smatch_kernel_user_data set_param_user_data: no type for '*chan->base_filename' 1
5161 /src/kernel/relay.c @ Line 343 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->nr_pages' 1
5162 /src/kernel/relay.c @ Line 343 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->size' 1
5163 /src/kernel/relay.c @ Line 343 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->start->size' 1
5164 /src/kernel/rseq.c @ Line 216 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ip->ip' 1
5165 /src/kernel/sched/autogroup.h @ Line 46 coccinelle WARNING: return of 0/1 in function 'task_group_is_autogroup' with return type bool 1
5166 /src/kernel/sched/completion.c @ Line 157 smatch.check_wait_for_common error: 'wait_for_common()' returns negative and '__sm_fake_0x7f89b4cf1460' is unsigned 1
5167 /src/kernel/sched/cpupri.c @ Line 65 smatch.check_uninitialized error: uninitialized symbol 'cpupri'. 1
5168 /src/kernel/sched/deadline.c @ Line 554 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5169 /src/kernel/sched/deadline.c @ Line 1150 smatch.check_locking error: double unlocked 'rq->lock' (orig line 1115) 1
5170 /src/kernel/sched/deadline.c @ Line 1550 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5171 /src/kernel/sched/deadline.c @ Line 1550 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5172 /src/kernel/sched/deadline.c @ Line 1634 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5173 /src/kernel/sched/deadline.c @ Line 1836 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5174 /src/kernel/sched/deadline.c @ Line 2094 smatch.check_locking error: double unlocked 'later_rq->lock' (orig line 2088) 1
5175 /src/kernel/sched/deadline.c @ Line 2111 smatch.check_locking error: double unlocked 'later_rq->lock' (orig line 2088) 1
5176 /src/kernel/sched/deadline.c @ Line 2143 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5177 /src/kernel/sched/deadline.c @ Line 2315 smatch.check_locking error: double unlocked 'this_rq->lock' (orig line 2268) 1
5178 /src/kernel/sched/deadline.c @ Line 2330 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5179 /src/kernel/sched/deadline.c @ Line 2330 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->exit_signal' 1
5180 /src/kernel/sched/deadline.c @ Line 2330 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->group_leader->thread.fsbase' 1
5181 /src/kernel/sched/deadline.c @ Line 2330 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->group_leader->thread.gsbase' 1
5182 /src/kernel/sched/deadline.c @ Line 2330 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->pushable_tasks.prio' 1
5183 /src/kernel/sched/deadline.c @ Line 2330 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->thread.fsbase' 1
5184 /src/kernel/sched/deadline.c @ Line 2330 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->thread.gsbase' 1
5185 /src/kernel/sched/deadline.c @ Line 2330 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5186 /src/kernel/sched/deadline.c @ Line 2514 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->normal_prio' 1
5187 /src/kernel/sched/deadline.c @ Line 2514 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->static_prio' 1
5188 /src/kernel/sched/deadline.c @ Line 2514 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5189 /src/kernel/sched/deadline.c @ Line 2514 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5190 /src/kernel/sched/fair.c @ Line 787 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->exit_signal' 1
5191 /src/kernel/sched/fair.c @ Line 787 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->group_leader->thread.fsbase' 1
5192 /src/kernel/sched/fair.c @ Line 787 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->group_leader->thread.gsbase' 1
5193 /src/kernel/sched/fair.c @ Line 787 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->pushable_tasks.prio' 1
5194 /src/kernel/sched/fair.c @ Line 787 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->thread.fsbase' 1
5195 /src/kernel/sched/fair.c @ Line 787 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->thread.gsbase' 1
5196 /src/kernel/sched/fair.c @ Line 3128 smatch.check_spectre warn: potential spectre issue 'sched_prio_to_weight' [r] 1
5197 /src/kernel/sched/fair.c @ Line 3131 smatch.check_spectre warn: potential spectre issue 'sched_prio_to_wmult' [r] 1
5198 /src/kernel/sched/fair.c @ Line 5495 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5199 /src/kernel/sched/fair.c @ Line 5495 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5200 /src/kernel/sched/fair.c @ Line 5552 smatch.check_indenting warn: inconsistent indenting 1
5201 /src/kernel/sched/fair.c @ Line 5604 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5202 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->exit_code' 1
5203 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->exit_signal' 1
5204 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->group_leader->exit_signal' 1
5205 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->group_leader->thread.fsbase' 1
5206 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->group_leader->thread.gsbase' 1
5207 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._kill._pid' 1
5208 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._kill._uid' 1
5209 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._rt._pid' 1
5210 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._rt._sigval.sival_int' 1
5211 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._rt._uid' 1
5212 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._pid' 1
5213 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._status' 1
5214 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._stime' 1
5215 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._uid' 1
5216 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._utime' 1
5217 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigfault._addr_lsb' 1
5218 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigfault._addr_pkey._pkey' 1
5219 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigpoll._band' 1
5220 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigpoll._fd' 1
5221 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigsys._arch' 1
5222 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigsys._syscall' 1
5223 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._timer._overrun' 1
5224 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._timer._sigval.sival_int' 1
5225 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._timer._sys_private' 1
5226 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._timer._tid' 1
5227 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->si_code' 1
5228 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->si_errno' 1
5229 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->si_signo' 1
5230 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->ptrace' 1
5231 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->pushable_tasks.prio' 1
5232 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->static_prio' 1
5233 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.ds' 1
5234 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.es' 1
5235 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.fsbase' 1
5236 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.fsindex' 1
5237 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.gsbase' 1
5238 /src/kernel/sched/fair.c @ Line 3892 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.gsindex' 1
5239 /src/kernel/sched/fair.c @ Line 6252 smatch.check_uninitialized error: uninitialized symbol 'task_util'. 1
5240 /src/kernel/sched/fair.c @ Line 6260 smatch.check_uninitialized error: uninitialized symbol 'task_util'. 1
5241 /src/kernel/sched/fair.c @ Line 6284 smatch.check_uninitialized error: uninitialized symbol 'task_util'. 1
5242 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->exit_code' 1
5243 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->exit_signal' 1
5244 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->group_leader->exit_signal' 1
5245 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->group_leader->thread.fsbase' 1
5246 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->group_leader->thread.gsbase' 1
5247 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._kill._pid' 1
5248 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._kill._uid' 1
5249 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._rt._pid' 1
5250 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._rt._sigval.sival_int' 1
5251 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._rt._uid' 1
5252 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._pid' 1
5253 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._status' 1
5254 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._stime' 1
5255 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._uid' 1
5256 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigchld._utime' 1
5257 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigfault._addr_lsb' 1
5258 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigfault._addr_pkey._pkey' 1
5259 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigpoll._band' 1
5260 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigpoll._fd' 1
5261 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigsys._arch' 1
5262 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._sigsys._syscall' 1
5263 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._timer._overrun' 1
5264 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._timer._sigval.sival_int' 1
5265 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._timer._sys_private' 1
5266 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->_sifields._timer._tid' 1
5267 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->si_code' 1
5268 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->si_errno' 1
5269 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->last_siginfo->si_signo' 1
5270 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->ptrace' 1
5271 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->pushable_tasks.prio' 1
5272 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->static_prio' 1
5273 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.ds' 1
5274 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.es' 1
5275 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.fsbase' 1
5276 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.fsindex' 1
5277 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.gsbase' 1
5278 /src/kernel/sched/fair.c @ Line 7975 smatch.smatch_kernel_user_data set_param_user_data: no type for 'cfs_rq->thread.gsindex' 1
5279 /src/kernel/sched/fair.c @ Line 10795 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->normal_prio' 1
5280 /src/kernel/sched/fair.c @ Line 10795 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->static_prio' 1
5281 /src/kernel/sched/fair.c @ Line 10795 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5282 /src/kernel/sched/fair.c @ Line 10795 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5283 /src/kernel/sched/fair.c @ Line 9503 coccinelle WARNING: return of 0/1 in function 'voluntary_active_balance' with return type bool 1
5284 /src/kernel/sched/idle.c @ Line 449 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5285 /src/kernel/sched/idle.c @ Line 475 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->normal_prio' 1
5286 /src/kernel/sched/idle.c @ Line 475 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->static_prio' 1
5287 /src/kernel/sched/idle.c @ Line 475 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5288 /src/kernel/sched/idle.c @ Line 475 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5289 /src/kernel/sched/isolation.c @ Line 181 smatch.check_spectre warn: potential spectre issue '_ctype' [w] (local cap) 1
5290 /src/kernel/sched/membarrier.c @ Line 332 smatch.check_spectre warn: potential spectre issue '__per_cpu_offset' [w] (local cap) 1
5291 /src/kernel/sched/rt.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5292 /src/kernel/sched/rt.c @ Line 742 smatch.check_uninitialized error: uninitialized symbol 'iter'. 1
5293 /src/kernel/sched/rt.c @ Line 826 smatch.check_uninitialized error: uninitialized symbol 'iter'. 1
5294 /src/kernel/sched/rt.c @ Line 1372 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5295 /src/kernel/sched/rt.c @ Line 1372 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5296 /src/kernel/sched/rt.c @ Line 1385 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5297 /src/kernel/sched/rt.c @ Line 1821 smatch.check_locking error: double unlocked 'lowest_rq->lock' (orig line 1808) 1
5298 /src/kernel/sched/rt.c @ Line 1832 smatch.check_locking error: double unlocked 'lowest_rq->lock' (orig line 1808) 1
5299 /src/kernel/sched/rt.c @ Line 1864 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5300 /src/kernel/sched/rt.c @ Line 2246 smatch.check_locking error: double unlocked 'this_rq->lock' (orig line 2200) 1
5301 /src/kernel/sched/rt.c @ Line 2261 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5302 /src/kernel/sched/rt.c @ Line 2261 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->exit_signal' 1
5303 /src/kernel/sched/rt.c @ Line 2261 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->group_leader->thread.fsbase' 1
5304 /src/kernel/sched/rt.c @ Line 2261 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->group_leader->thread.gsbase' 1
5305 /src/kernel/sched/rt.c @ Line 2261 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->pushable_tasks.prio' 1
5306 /src/kernel/sched/rt.c @ Line 2261 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->thread.fsbase' 1
5307 /src/kernel/sched/rt.c @ Line 2261 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->recent_used_cpu->thread.gsbase' 1
5308 /src/kernel/sched/rt.c @ Line 2261 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5309 /src/kernel/sched/rt.c @ Line 2355 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->normal_prio' 1
5310 /src/kernel/sched/rt.c @ Line 2355 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->static_prio' 1
5311 /src/kernel/sched/rt.c @ Line 2355 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5312 /src/kernel/sched/rt.c @ Line 2355 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5313 /src/kernel/sched/rt.c @ Line 2836 smatch.check_uninitialized error: uninitialized symbol 'iter'. 1
5314 /src/kernel/sched/stats.h @ Line 215 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5315 /src/kernel/sched/stats.h @ Line 156 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5316 /src/kernel/sched/stats.h @ Line 177 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5317 /src/kernel/sched/stop_task.c @ Line 47 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5318 /src/kernel/sched/stop_task.c @ Line 47 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5319 /src/kernel/sched/stop_task.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'rq->clock_pelt->rt.highest_prio.next' 1
5320 /src/kernel/sched/stop_task.c @ Line 100 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->normal_prio' 1
5321 /src/kernel/sched/stop_task.c @ Line 100 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->prio->static_prio' 1
5322 /src/kernel/sched/stop_task.c @ Line 100 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->sched_info.last_queued->rt.highest_prio.next' 1
5323 /src/kernel/sched/stop_task.c @ Line 100 smatch.smatch_kernel_user_data set_param_user_data: no type for 'p->se.exec_start->rt.highest_prio.next' 1
5324 /src/kernel/signal.c @ Line 2143 coccinelle preceding lock on line 2141 1
5325 /src/kernel/smp.c @ Line 269 smatch.check_spectre warn: potential spectre issue '__per_cpu_offset' [w] 1
5326 /src/kernel/smp.c @ Line 856 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mask->context.ldt->nr_entries' 1
5327 /src/kernel/smp.c @ Line 856 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mask->data_vm' 1
5328 /src/kernel/smp.c @ Line 856 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mask->exec_vm' 1
5329 /src/kernel/smp.c @ Line 856 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mask->hiwater_vm' 1
5330 /src/kernel/smp.c @ Line 856 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mask->stack_vm' 1
5331 /src/kernel/smp.c @ Line 856 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mask->total_vm' 1
5332 /src/kernel/softirq.c @ Line 557 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5333 /src/kernel/sys.c @ Line 1591 smatch.check_indenting warn: inconsistent indenting 1
5334 /src/kernel/sys.c @ Line 2381 smatch.check_signed warn: impossible condition '(get_current()->timer_slack_ns > (~0)) => (0-u64max > u64max)' 1
5335 /src/kernel/sysctl.c @ Line 1426 coccinelle WARNING: Assignment of 0/1 to bool variable 1
5336 /src/kernel/sysctl.c @ Line 1511 coccinelle WARNING: Assignment of 0/1 to bool variable 1
5337 /src/kernel/sysctl.c @ Line 1533 coccinelle WARNING: Assignment of 0/1 to bool variable 1
5338 /src/kernel/sysctl.c @ Line 276 smatch.check_spectre warn: potential spectre issue 'data' [w] 1
5339 /src/kernel/sysctl.c @ Line 297 smatch.check_spectre warn: potential spectre issue 'buffer' [w] (local cap) 1
5340 /src/kernel/time/alarmtimer.c @ Line 750 smatch.check_locking error: double unlocked 'alarm->timer.base->cpu_base->lock' (orig line 746) 1
5341 /src/kernel/time/clockevents.c @ Line 713 coccinelle ERROR: invalid reference to the index variable of the iterator on line 702 1
5342 /src/kernel/time/hrtimer.c @ Line 1114 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tim->_softexpires' 1
5343 /src/kernel/time/hrtimer.c @ Line 1114 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tim->node.expires' 1
5344 /src/kernel/time/hrtimer.c @ Line 1366 smatch.check_spectre warn: potential spectre issue 'hrtimer_clock_to_base_table' [r] (local cap) 1
5345 /src/kernel/time/hrtimer.c @ Line 1368 smatch.check_spectre_second_half warn: possible spectre second half. 'base' 1
5346 /src/kernel/time/hrtimer.c @ Line 1880 smatch.check_locking error: double unlocked 't->timer.base->cpu_base->lock' (orig line 1875) 1
5347 /src/kernel/time/hrtimer.c @ Line 2141 smatch.check_locking error: double unlocked 't.timer.base->cpu_base->lock' (orig line 2136) 1
5348 /src/kernel/time/itimer.c @ Line 224 smatch.check_locking error: double unlocked 'timer->base->cpu_base->lock' (orig line 219) 1
5349 /src/kernel/time/posix-cpu-timers.c @ Line 347 smatch.check_spectre warn: potential spectre issue 'samples' [w] 1
5350 /src/kernel/time/posix-timers.c @ Line 164 smatch.smatch_kernel_user_data set_param_user_data: no type for 'timr->it_process->sched_info.last_queued->rt.highest_prio.next' 1
5351 /src/kernel/time/posix-timers.c @ Line 631 coccinelle preceding lock on line 628 1
5352 /src/kernel/time/tick-common.c @ Line 89 smatch.check_no_effect warn: statement has no effect 31 1
5353 /src/kernel/time/tick-sched.c @ Line 95 smatch.check_no_effect warn: statement has no effect 31 1
5354 /src/kernel/time/tick-sched.c @ Line 142 smatch.check_no_effect warn: statement has no effect 31 1
5355 /src/kernel/time/timekeeping.c @ Line 1304 smatch.check_no_effect warn: statement has no effect 31 1
5356 /src/kernel/time/timekeeping.c @ Line 1353 smatch.check_no_effect warn: statement has no effect 31 1
5357 /src/kernel/time/timekeeping.c @ Line 1437 smatch.check_no_effect warn: statement has no effect 31 1
5358 /src/kernel/time/timekeeping.c @ Line 1628 smatch.check_no_effect warn: statement has no effect 31 1
5359 /src/kernel/time/timekeeping.c @ Line 1726 smatch.check_no_effect warn: statement has no effect 31 1
5360 /src/kernel/time/timekeeping.c @ Line 1762 smatch.check_no_effect warn: statement has no effect 31 1
5361 /src/kernel/time/timekeeping.c @ Line 1829 smatch.check_no_effect warn: statement has no effect 31 1
5362 /src/kernel/time/timekeeping.c @ Line 2172 smatch.check_no_effect warn: statement has no effect 31 1
5363 /src/kernel/time/timekeeping.c @ Line 2408 smatch.check_no_effect warn: statement has no effect 31 1
5364 /src/kernel/time/timer.c @ Line 850 smatch.check_spectre warn: potential spectre issue '__per_cpu_offset' [r] 1
5365 /src/kernel/trace/blktrace.c @ Line 442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->nr_pages' 1
5366 /src/kernel/trace/blktrace.c @ Line 442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->page_array->size' 1
5367 /src/kernel/trace/blktrace.c @ Line 442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'buf->start->size' 1
5368 /src/kernel/trace/blktrace.c @ Line 458 smatch.smatch_kernel_user_data set_param_user_data: no type for '*bt->rchan->base_filename' 1
5369 /src/kernel/trace/ftrace.c @ Line 3951 smatch.check_unreachable warn: ignoring unreachable code. 1
5370 /src/kernel/trace/ftrace.c @ Line 5701 smatch.check_unreachable warn: ignoring unreachable code. 1
5371 /src/kernel/trace/trace.c @ Line 6244 coccinelle preceding lock on line 6263 1
5372 /src/kernel/trace/trace.c @ Line 6266 coccinelle preceding lock on line 6263 1
5373 /src/kernel/trace/trace.c @ Line 341 smatch.check_check_deref error: we previously assumed '*p' could be null (see line 334) 1
5374 /src/kernel/trace/trace.c @ Line 1622 smatch.check_spectre warn: potential spectre issue '_ctype' [w] (local cap) 1
5375 /src/kernel/trace/trace.c @ Line 7331 smatch.check_err_ptr_deref error: 'err' dereferencing possible ERR_PTR() 1
5376 /src/kernel/trace/trace_events.c @ Line 923 coccinelle WARNING: Comparison to bool 1
5377 /src/kernel/trace/trace_events_hist.c @ Line 5562 coccinelle ERROR: invalid reference to the index variable of the iterator on line 5550 1
5378 /src/kernel/trace/trace_events_trigger.c @ Line 1578 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1564 1
5379 /src/kernel/trace/trace_events_trigger.c @ Line 607 coccinelle ERROR: invalid reference to the index variable of the iterator on line 597 1
5380 /src/kernel/uid16.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->nr_pages' 1
5381 /src/kernel/uid16.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'group_info->size' 1
5382 /src/kernel/workqueue.c @ Line 2905 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2864 1
5383 /src/kernel/workqueue.c @ Line 1771 smatch.smatch_kernel_user_data set_param_user_data: no type for 'worker->task->prio->normal_prio' 1
5384 /src/kernel/workqueue.c @ Line 1771 smatch.smatch_kernel_user_data set_param_user_data: no type for 'worker->task->prio->static_prio' 1
5385 /src/kernel/workqueue.c @ Line 1771 smatch.smatch_kernel_user_data set_param_user_data: no type for 'worker->task->sched_info.last_queued->rt.highest_prio.next' 1
5386 /src/kernel/workqueue.c @ Line 1771 smatch.smatch_kernel_user_data set_param_user_data: no type for 'worker->task->se.exec_start->rt.highest_prio.next' 1
5387 /src/kernel/workqueue.c @ Line 1846 smatch.smatch_kernel_user_data set_param_user_data: no type for 'worker->task->prio->normal_prio' 1
5388 /src/kernel/workqueue.c @ Line 1846 smatch.smatch_kernel_user_data set_param_user_data: no type for 'worker->task->prio->static_prio' 1
5389 /src/kernel/workqueue.c @ Line 1846 smatch.smatch_kernel_user_data set_param_user_data: no type for 'worker->task->sched_info.last_queued->rt.highest_prio.next' 1
5390 /src/kernel/workqueue.c @ Line 1846 smatch.smatch_kernel_user_data set_param_user_data: no type for 'worker->task->se.exec_start->rt.highest_prio.next' 1
5391 /src/kernel/workqueue.c @ Line 3612 smatch.check_spectre warn: potential spectre issue 'unbound_pool_hash' [r] 1
5392 /src/lib/bitmap.c @ Line 546 smatch.check_spectre warn: potential spectre issue '_ctype' [w] 1
5393 /src/lib/cpumask.c @ Line 56 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mask->context.ldt->nr_entries' 1
5394 /src/lib/cpumask.c @ Line 121 smatch.check_spectre warn: potential spectre issue '_ctype' [w] 1
5395 /src/lib/cpumask.c @ Line 343 smatch.check_uninitialized error: uninitialized symbol 'min_dist'. 1
5396 /src/lib/cpumask.c @ Line 334 coccinelle WARNING: Comparison to bool 1
5397 /src/lib/cpumask.c @ Line 343 coccinelle WARNING: Comparison to bool 1
5398 /src/lib/dec_and_lock.c @ Line 30 coccinelle preceding lock on line 28 1
5399 /src/lib/dec_and_lock.c @ Line 47 coccinelle preceding lock on line 45 1
5400 /src/lib/decompress_bunzip2.c @ Line 695 smatch.check_unreachable warn: ignoring unreachable code. 1
5401 /src/lib/decompress_bunzip2.c @ Line 703 smatch.check_unreachable warn: ignoring unreachable code. 1
5402 /src/lib/decompress_inflate.c @ Line 62 smatch.check_unreachable warn: ignoring unreachable code. 1
5403 /src/lib/decompress_inflate.c @ Line 73 smatch.check_unreachable warn: ignoring unreachable code. 1
5404 /src/lib/decompress_inflate.c @ Line 79 smatch.check_unreachable warn: ignoring unreachable code. 1
5405 /src/lib/decompress_inflate.c @ Line 91 smatch.check_unreachable warn: ignoring unreachable code. 1
5406 /src/lib/decompress_inflate.c @ Line 106 smatch.check_unreachable warn: ignoring unreachable code. 1
5407 /src/lib/decompress_inflate.c @ Line 124 smatch.check_unreachable warn: ignoring unreachable code. 1
5408 /src/lib/decompress_inflate.c @ Line 176 smatch.check_unreachable warn: ignoring unreachable code. 1
5409 /src/lib/decompress_unlzma.c @ Line 395 smatch.check_indenting warn: inconsistent indenting 1
5410 /src/lib/decompress_unlzo.c @ Line 115 smatch.check_unreachable warn: ignoring unreachable code. 1
5411 /src/lib/decompress_unlzo.c @ Line 120 smatch.check_unreachable warn: ignoring unreachable code. 1
5412 /src/lib/decompress_unlzo.c @ Line 126 smatch.check_unreachable warn: ignoring unreachable code. 1
5413 /src/lib/decompress_unlzo.c @ Line 131 smatch.check_unreachable warn: ignoring unreachable code. 1
5414 /src/lib/decompress_unlzo.c @ Line 136 smatch.check_unreachable warn: ignoring unreachable code. 1
5415 /src/lib/decompress_unlzo.c @ Line 157 smatch.check_unreachable warn: ignoring unreachable code. 1
5416 /src/lib/decompress_unlzo.c @ Line 180 smatch.check_unreachable warn: ignoring unreachable code. 1
5417 /src/lib/decompress_unlzo.c @ Line 195 smatch.check_unreachable warn: ignoring unreachable code. 1
5418 /src/lib/decompress_unlzo.c @ Line 206 smatch.check_unreachable warn: ignoring unreachable code. 1
5419 /src/lib/decompress_unlzo.c @ Line 214 smatch.check_unreachable warn: ignoring unreachable code. 1
5420 /src/lib/decompress_unlzo.c @ Line 225 smatch.check_unreachable warn: ignoring unreachable code. 1
5421 /src/lib/decompress_unlzo.c @ Line 240 smatch.check_unreachable warn: ignoring unreachable code. 1
5422 /src/lib/decompress_unlzo.c @ Line 274 smatch.check_leaks warn: possible memory leak of 'out_buf' 1
5423 /src/lib/decompress_unxz.c @ Line 379 smatch.check_unreachable warn: ignoring unreachable code. 1
5424 /src/lib/decompress_unzstd.c @ Line 135 smatch.check_unreachable warn: ignoring unreachable code. 1
5425 /src/lib/decompress_unzstd.c @ Line 206 smatch.check_unreachable warn: ignoring unreachable code. 1
5426 /src/lib/decompress_unzstd.c @ Line 217 smatch.check_unreachable warn: ignoring unreachable code. 1
5427 /src/lib/decompress_unzstd.c @ Line 229 smatch.check_unreachable warn: ignoring unreachable code. 1
5428 /src/lib/decompress_unzstd.c @ Line 253 smatch.check_unreachable warn: ignoring unreachable code. 1
5429 /src/lib/decompress_unzstd.c @ Line 258 smatch.check_unreachable warn: ignoring unreachable code. 1
5430 /src/lib/decompress_unzstd.c @ Line 271 smatch.check_unreachable warn: ignoring unreachable code. 1
5431 /src/lib/decompress_unzstd.c @ Line 294 smatch.check_unreachable warn: ignoring unreachable code. 1
5432 /src/lib/decompress_unzstd.c @ Line 309 smatch.check_unreachable warn: ignoring unreachable code. 1
5433 /src/lib/fault-inject-usercopy.c @ Line 25 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
5434 /src/lib/fault-inject.c @ Line 187 coccinelle WARNING: fops_stacktrace_depth should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5435 /src/lib/fault-inject.c @ Line 169 coccinelle WARNING: fops_ul should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5436 /src/lib/flex_proportions.c @ Line 78 smatch.check_no_effect warn: statement has no effect 31 1
5437 /src/lib/hexdump.c @ Line 173 smatch.check_spectre warn: potential spectre issue 'hex_asc' [r] 1
5438 /src/lib/iov_iter.c @ Line 978 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->count' 1
5439 /src/lib/iov_iter.c @ Line 978 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->iov->iov_len' 1
5440 /src/lib/iov_iter.c @ Line 978 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bytes->nr_segs' 1
5441 /src/lib/iov_iter.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
5442 /src/lib/iov_iter.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
5443 /src/lib/iov_iter.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
5444 /src/lib/lockref.c @ Line 132 coccinelle preceding lock on line 130 1
5445 /src/lib/lockref.c @ Line 176 coccinelle preceding lock on line 174 1
5446 /src/lib/lz4/lz4_decompress.c @ Line 153 smatch.check_precedence warn: maybe use && instead of & 1
5447 /src/lib/mpi/mpicoder.c @ Line 484 smatch.check_uninitialized error: potentially dereferencing uninitialized 'buff'. 1
5448 /src/lib/net_utils.c @ Line 17 smatch.check_spectre warn: potential spectre issue '_ctype' [w] 1
5449 /src/lib/nlattr.c @ Line 772 smatch.check_spectre warn: potential spectre issue 'dst' [w] (local cap) 1
5450 /src/lib/notifier-error-inject.c @ Line 18 coccinelle WARNING: fops_errno should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5451 /src/lib/radix-tree.c @ Line 1045 smatch.check_uninitialized error: uninitialized symbol 'offset'. 1
5452 /src/lib/radix-tree.c @ Line 1123 smatch.check_signed warn: unsigned 'tag_long' is never less than zero. 1
5453 /src/lib/radix-tree.c @ Line 1530 smatch.check_spectre warn: potential spectre issue 'node->slots' [r] (local cap) 1
5454 /src/lib/raid6/algos.c @ Line 257 smatch.check_memcpy_overflow error: memcpy() 'p' too small (32768 vs 65536) 1
5455 /src/lib/rbtree.c @ Line 524 smatch.smatch_kernel_user_data set_param_user_data: no type for 'node->max32_alloc_size' 1
5456 /src/lib/rhashtable.c @ Line 550 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_CAST' 1
5457 /src/lib/rhashtable.c @ Line 616 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_CAST' 1
5458 /src/lib/rhashtable.c @ Line 1184 smatch.check_spectre warn: potential spectre issue 'ntbl' [w] 1
5459 /src/lib/sbitmap.c @ Line 261 smatch.check_64bit_shift warn: should '1 << sb->shift' be a 64 bit type? 1
5460 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->devt' 1
5461 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->parent->devt' 1
5462 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->parent->power.suspend_timer._softexpires' 1
5463 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->parent->power.suspend_timer.node.expires' 1
5464 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->parent->power.timer_expires' 1
5465 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.suspend_timer._softexpires' 1
5466 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.suspend_timer.node.expires' 1
5467 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.timer_expires' 1
5468 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.wakeup->dev->power.suspend_timer._softexpires' 1
5469 /src/lib/string.c @ Line 430 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.wakeup->dev->power.suspend_timer.node.expires' 1
5470 /src/lib/test_fpu.c @ Line 66 coccinelle WARNING: test_fpu_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5471 /src/lib/test_kasan.c @ Line 655 coccinelle ERROR: reference preceded by free on line 647 1
5472 /src/lib/test_kasan.c @ Line 760 coccinelle ERROR: reference preceded by free on line 759 1
5473 /src/lib/test_kasan.c @ Line 148 coccinelle ERROR: reference preceded by free on line 147 1
5474 /src/lib/test_kasan.c @ Line 339 coccinelle ERROR: reference preceded by free on line 338 1
5475 /src/lib/test_kasan.c @ Line 367 coccinelle ERROR: reference preceded by free on line 362 1
5476 /src/lib/test_kasan.c @ Line 249 coccinelle ERROR: reference preceded by free on line 247 1
5477 /src/lib/test_kasan.c @ Line 351 coccinelle ERROR: reference preceded by free on line 350 1
5478 /src/lib/test_kasan_module.c @ Line 76 coccinelle ERROR: reference preceded by free on line 75 1
5479 /src/lib/test_meminit.c @ Line 178 coccinelle WARNING: Assignment of 0/1 to bool variable 1
5480 /src/lib/test_overflow.c @ Line 518 coccinelle WARNING: array_size is used later (line 527) to compute the same size 1
5481 /src/lib/test_xarray.c @ Line 745 coccinelle WARNING comparing pointer to 0 1
5482 /src/lib/vsprintf.c @ Line 198 smatch.check_spectre warn: potential spectre issue 'decpair' [r] 1
5483 /src/lib/vsprintf.c @ Line 464 smatch.check_spectre warn: potential spectre issue 'hex_asc_upper' [r] (local cap) 1
5484 /src/lib/vsprintf.c @ Line 1414 smatch.check_spectre_second_half warn: possible spectre second half. '*p' 1
5485 /src/lib/vsprintf.c @ Line 1417 smatch.check_spectre_second_half warn: possible spectre second half. '*p' 1
5486 /src/lib/vsprintf.c @ Line 3275 smatch.check_spectre warn: potential spectre issue '_ctype' [w] (local cap) 1
5487 /src/lib/xarray.c @ Line 666 smatch.check_spectre warn: potential spectre issue 'node->slots' [r] 1
5488 /src/lib/xarray.c @ Line 801 smatch.check_spectre warn: potential spectre issue 'node->slots' [r] 1
5489 /src/lib/xarray.c @ Line 1893 smatch.smatch_kernel_user_data set_param_user_data: no type for 'index->index' 1
5490 /src/lib/xarray.c @ Line 1893 smatch.smatch_kernel_user_data set_param_user_data: no type for 'index->mapping->writeback_index' 1
5491 /src/lib/xz/xz_dec_lzma2.c @ Line 789 smatch.check_index_overflow error: buffer overflow 'probs' 16 <= 14133 1
5492 /src/lib/zstd/huf_compress.c @ Line 559 smatch.check_indenting warn: inconsistent indenting 1
5493 /src/lib/zstd/zstd_opt.h @ Line 547 smatch.check_index_overflow error: buffer overflow 'opt[cur - mlen]->rep' 3 <= 3 1
5494 /src/lib/zstd/zstd_opt.h @ Line 855 smatch.check_index_overflow error: buffer overflow 'opt[cur - mlen]->rep' 3 <= 3 1
5495 /src/mm/balloon_compaction.c @ Line 196 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5496 /src/mm/compaction.c @ Line 534 smatch.check_bogus_irqrestore error: calling 'spin_unlock_irqrestore()' with bogus flags 1
5497 /src/mm/compaction.c @ Line 800 smatch.smatch_kernel_user_data set_param_user_data: no type for 'low_pfn->order' 1
5498 /src/mm/compaction.c @ Line 800 smatch.smatch_kernel_user_data set_param_user_data: no type for 'low_pfn->search_order' 1
5499 /src/mm/compaction.c @ Line 1748 smatch.check_spectre warn: potential spectre issue 'cc->zone->free_area' [r] (local cap) 1
5500 /src/mm/compaction.c @ Line 1433 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1396 1
5501 /src/mm/dmapool.c @ Line 297 smatch.check_check_deref error: we previously assumed 'pool->dev' could be null (see line 278) 1
5502 /src/mm/filemap.c @ Line 1496 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5503 /src/mm/filemap.c @ Line 2458 smatch.smatch_kernel_user_data set_param_user_data: no type for 'written->count' 1
5504 /src/mm/filemap.c @ Line 2458 smatch.smatch_kernel_user_data set_param_user_data: no type for 'written->iov->iov_len' 1
5505 /src/mm/filemap.c @ Line 2458 smatch.smatch_kernel_user_data set_param_user_data: no type for 'written->iov_offset' 1
5506 /src/mm/filemap.c @ Line 2458 smatch.smatch_kernel_user_data set_param_user_data: no type for 'written->nr_segs' 1
5507 /src/mm/filemap.c @ Line 3002 smatch.check_locking error: double unlocked 'vmf->vma->vm_mm->mmap_lock' (orig line 2940) 1
5508 /src/mm/gup.c @ Line 1243 smatch.check_check_deref error: we previously assumed 'unlocked' could be null (see line 1216) 1
5509 /src/mm/gup.c @ Line 2038 smatch.check_locking warn: inconsistent returns 'mm->mmap_lock'. 1
5510 /src/mm/hugetlb.c @ Line 3370 coccinelle WARNING !A || A && B is equivalent to !A || B 1
5511 /src/mm/interval_tree.c @ Line 23 smatch.smatch_kernel_user_data set_param_user_data: no type for 'start->index' 1
5512 /src/mm/interval_tree.c @ Line 23 smatch.smatch_kernel_user_data set_param_user_data: no type for 'start->mapping->writeback_index' 1
5513 /src/mm/interval_tree.c @ Line 91 smatch.smatch_kernel_user_data set_param_user_data: no type for 'first->index' 1
5514 /src/mm/interval_tree.c @ Line 91 smatch.smatch_kernel_user_data set_param_user_data: no type for 'first->mapping->writeback_index' 1
5515 /src/mm/interval_tree.c @ Line 98 smatch.smatch_kernel_user_data set_param_user_data: no type for 'first->index' 1
5516 /src/mm/interval_tree.c @ Line 98 smatch.smatch_kernel_user_data set_param_user_data: no type for 'first->mapping->writeback_index' 1
5517 /src/mm/ioremap.c @ Line 246 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
5518 /src/mm/kmemleak.c @ Line 491 coccinelle atomic_dec_and_test variation before object free at line 503. 1
5519 /src/mm/memcontrol.c @ Line 5365 smatch.check_deref error: potential null dereference 'memcg'. (mem_cgroup_alloc returns null) 1
5520 /src/mm/memcontrol.c @ Line 451 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
5521 /src/mm/memory.c @ Line 3887 smatch.smatch_param_key warn: internal. problem with scope: __sm_fake_0x7f2c01232280 1
5522 /src/mm/memory.c @ Line 2532 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
5523 /src/mm/memory.c @ Line 4251 smatch.check_signed warn: assigning (-11) to unsigned variable 'migrated' 1
5524 /src/mm/memory_hotplug.c @ Line 1768 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5525 /src/mm/migrate.c @ Line 829 coccinelle preceding lock on line 779 1
5526 /src/mm/migrate.c @ Line 462 smatch.check_bogus_loop warn: we never enter this loop 1
5527 /src/mm/mmap.c @ Line 717 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5528 /src/mm/mmap.c @ Line 3590 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5529 /src/mm/mmap.c @ Line 3607 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5530 /src/mm/mmap.c @ Line 3706 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5531 /src/mm/mmap.c @ Line 3721 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5532 /src/mm/mmap.c @ Line 739 smatch.smatch_kernel_user_data set_param_user_data: no type for 'expand->data_vm' 1
5533 /src/mm/mmap.c @ Line 739 smatch.smatch_kernel_user_data set_param_user_data: no type for 'expand->exec_vm' 1
5534 /src/mm/mmap.c @ Line 739 smatch.smatch_kernel_user_data set_param_user_data: no type for 'expand->hiwater_vm' 1
5535 /src/mm/mmap.c @ Line 739 smatch.smatch_kernel_user_data set_param_user_data: no type for 'expand->stack_vm' 1
5536 /src/mm/mmap.c @ Line 739 smatch.smatch_kernel_user_data set_param_user_data: no type for 'expand->total_vm' 1
5537 /src/mm/mmap.c @ Line 1078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->data_vm' 1
5538 /src/mm/mmap.c @ Line 1078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->exec_vm' 1
5539 /src/mm/mmap.c @ Line 1078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->hiwater_vm' 1
5540 /src/mm/mmap.c @ Line 1078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->stack_vm' 1
5541 /src/mm/mmap.c @ Line 1078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->total_vm' 1
5542 /src/mm/mmap.c @ Line 1157 smatch.smatch_kernel_user_data set_param_user_data: no type for 'policy->flags' 1
5543 /src/mm/mmap.c @ Line 1157 smatch.smatch_kernel_user_data set_param_user_data: no type for 'policy->mode' 1
5544 /src/mm/mmap.c @ Line 1387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
5545 /src/mm/mmap.c @ Line 1387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
5546 /src/mm/mmap.c @ Line 2657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->brk' 1
5547 /src/mm/mmap.c @ Line 2657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->data_vm' 1
5548 /src/mm/mmap.c @ Line 2657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->exec_vm' 1
5549 /src/mm/mmap.c @ Line 2657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->hiwater_vm' 1
5550 /src/mm/mmap.c @ Line 2657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->stack_vm' 1
5551 /src/mm/mmap.c @ Line 2657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->total_vm' 1
5552 /src/mm/mmap.c @ Line 2680 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->brk' 1
5553 /src/mm/mmap.c @ Line 2680 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->data_vm' 1
5554 /src/mm/mmap.c @ Line 2680 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->exec_vm' 1
5555 /src/mm/mmap.c @ Line 2680 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->hiwater_vm' 1
5556 /src/mm/mmap.c @ Line 2680 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->stack_vm' 1
5557 /src/mm/mmap.c @ Line 2680 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->total_vm' 1
5558 /src/mm/mmap.c @ Line 2701 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->brk' 1
5559 /src/mm/mmap.c @ Line 2701 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->data_vm' 1
5560 /src/mm/mmap.c @ Line 2701 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->exec_vm' 1
5561 /src/mm/mmap.c @ Line 2701 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->hiwater_vm' 1
5562 /src/mm/mmap.c @ Line 2701 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->stack_vm' 1
5563 /src/mm/mmap.c @ Line 2701 smatch.smatch_kernel_user_data set_param_user_data: no type for 'vma->total_vm' 1
5564 /src/mm/page_alloc.c @ Line 5906 coccinelle ERROR: function local_memory_node called on line 6014 inside lock on line 5985 but uses GFP_KERNEL 1
5565 /src/mm/page_alloc.c @ Line 5907 coccinelle ERROR: function local_memory_node called on line 6014 inside lock on line 5985 but uses GFP_KERNEL 1
5566 /src/mm/page_alloc.c @ Line 1078 smatch.check_uninitialized error: uninitialized symbol 'buddy_pfn'. 1
5567 /src/mm/page_alloc.c @ Line 937 smatch.check_spectre warn: potential spectre issue 'zone->free_area' [w] 1
5568 /src/mm/page_alloc.c @ Line 908 smatch.check_spectre warn: potential spectre issue 'zone->free_area' [r] 1
5569 /src/mm/page_alloc.c @ Line 898 smatch.check_spectre warn: potential spectre issue 'zone->free_area' [r] 1
5570 /src/mm/page_alloc.c @ Line 2333 smatch.check_spectre warn: potential spectre issue 'zone->free_area' [r] (local cap) 1
5571 /src/mm/page_alloc.c @ Line 2200 smatch.check_spectre warn: potential spectre issue 'page' [w] 1
5572 /src/mm/page_alloc.c @ Line 2827 smatch.check_spectre warn: potential spectre issue 'zone->free_area' [r] (local cap) 1
5573 /src/mm/page_alloc.c @ Line 3670 smatch.check_spectre warn: potential spectre issue 'z->free_area' [r] (local cap) 1
5574 /src/mm/page_alloc.c @ Line 5644 smatch.check_64bit_shift warn: should '() << (12 - 10)' be a 64 bit type? 1
5575 /src/mm/percpu.c @ Line 2024 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2013 1
5576 /src/mm/percpu.c @ Line 2025 coccinelle ERROR: invalid reference to the index variable of the iterator on line 2013 1
5577 /src/mm/percpu.c @ Line 1849 coccinelle preceding lock on line 1731 1
5578 /src/mm/percpu.c @ Line 1873 coccinelle preceding lock on line 1731 1
5579 /src/mm/percpu.c @ Line 2760 smatch.check_uninitialized error: uninitialized symbol 'best_upa'. 1
5580 /src/mm/process_vm_access.c @ Line 236 smatch.check_leaks warn: possible memory leak of 'process_pages' 1
5581 /src/mm/readahead.c @ Line 53 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5582 /src/mm/readahead.c @ Line 401 smatch.smatch_kernel_user_data set_param_user_data: no type for 'index->_index' 1
5583 /src/mm/rmap.c @ Line 1804 coccinelle atomic_dec_and_test variation before object free at line 1805. 1
5584 /src/mm/shmem.c @ Line 2179 smatch.check_signed warn: unsigned 'offset + len' is never less than zero. 1
5585 /src/mm/shmem.c @ Line 2542 smatch.check_bogus_loop warn: we never enter this loop 1
5586 /src/mm/shmem.c @ Line 4123 smatch.check_signed warn: impossible condition '(size > (((~0 >> 1)))) => (s64min-s64max > s64max)' 1
5587 /src/mm/shmem.c @ Line 1318 coccinelle atomic_dec_and_test variation before object free at line 1298. 1
5588 /src/mm/shmem.c @ Line 1318 coccinelle atomic_dec_and_test variation before object free at line 1317. 1
5589 /src/mm/slab.c @ Line 1292 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5590 /src/mm/slab.h @ Line 477 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
5591 /src/mm/slab_common.c @ Line 794 smatch.check_bogus_loop warn: we never enter this loop 1
5592 /src/mm/slab_common.c @ Line 1032 smatch.check_64bit_shift warn: should '1 << sinfo.cache_order' be a 64 bit type? 1
5593 /src/mm/slub.c @ Line 1539 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
5594 /src/mm/slub.c @ Line 2252 coccinelle second lock on line 2252 1
5595 /src/mm/slub.c @ Line 2252 coccinelle second lock on line 2263 1
5596 /src/mm/slub.c @ Line 2263 coccinelle second lock on line 2252 1
5597 /src/mm/slub.c @ Line 2263 coccinelle second lock on line 2263 1
5598 /src/mm/slub.c @ Line 2301 coccinelle preceding lock on line 2252 1
5599 /src/mm/slub.c @ Line 2301 coccinelle preceding lock on line 2263 1
5600 /src/mm/slub.c @ Line 3055 coccinelle preceding lock on line 3028 1
5601 /src/mm/swap_slots.c @ Line 197 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
5602 /src/mm/swapfile.c @ Line 929 coccinelle preceding lock on line 818 1
5603 /src/mm/swapfile.c @ Line 929 coccinelle preceding lock on line 831 1
5604 /src/mm/swapfile.c @ Line 929 coccinelle preceding lock on line 860 1
5605 /src/mm/swapfile.c @ Line 929 coccinelle preceding lock on line 893 1
5606 /src/mm/swapfile.c @ Line 929 coccinelle preceding lock on line 935 1
5607 /src/mm/swapfile.c @ Line 929 coccinelle preceding lock on line 940 1
5608 /src/mm/swapfile.c @ Line 929 coccinelle preceding lock on line 952 1
5609 /src/mm/swapfile.c @ Line 929 coccinelle preceding lock on line 957 1
5610 /src/mm/swapfile.c @ Line 971 coccinelle preceding lock on line 818 1
5611 /src/mm/swapfile.c @ Line 971 coccinelle preceding lock on line 831 1
5612 /src/mm/swapfile.c @ Line 971 coccinelle preceding lock on line 860 1
5613 /src/mm/swapfile.c @ Line 971 coccinelle preceding lock on line 893 1
5614 /src/mm/swapfile.c @ Line 971 coccinelle preceding lock on line 935 1
5615 /src/mm/swapfile.c @ Line 971 coccinelle preceding lock on line 940 1
5616 /src/mm/swapfile.c @ Line 971 coccinelle preceding lock on line 952 1
5617 /src/mm/swapfile.c @ Line 971 coccinelle preceding lock on line 957 1
5618 /src/mm/swapfile.c @ Line 1394 smatch.check_locking error: double locked 'si->lock' (orig line 1381) 1
5619 /src/mm/swapfile.c @ Line 1407 smatch.check_locking error: double locked 'si->lock' (orig line 1381) 1
5620 /src/mm/swapfile.c @ Line 3354 smatch.check_64bit_shift warn: should 'p->pages << (12 - 10)' be a 64 bit type? 1
5621 /src/mm/truncate.c @ Line 230 smatch.smatch_kernel_user_data set_param_user_data: no type for 'mapping->index' 1
5622 /src/mm/truncate.c @ Line 772 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_flags' 1
5623 /src/mm/truncate.c @ Line 772 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inode->f_mode' 1
5624 /src/mm/usercopy.c @ Line 304 coccinelle WARNING: Comparison to bool 1
5625 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->devt' 1
5626 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->parent->devt' 1
5627 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->parent->power.suspend_timer._softexpires' 1
5628 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->parent->power.suspend_timer.node.expires' 1
5629 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->parent->power.timer_expires' 1
5630 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.suspend_timer._softexpires' 1
5631 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.suspend_timer.node.expires' 1
5632 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.timer_expires' 1
5633 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.wakeup->dev->power.suspend_timer._softexpires' 1
5634 /src/mm/util.c @ Line 51 smatch.smatch_kernel_user_data set_param_user_data: no type for 's->power.wakeup->dev->power.suspend_timer.node.expires' 1
5635 /src/mm/util.c @ Line 154 smatch.check_spectre warn: potential spectre issue 'buf' [w] 1
5636 /src/mm/util.c @ Line 237 smatch.check_spectre warn: potential spectre issue 'p' [w] 1
5637 /src/mm/util.c @ Line 268 smatch.check_spectre warn: potential spectre issue 'p' [w] 1
5638 /src/mm/util.c @ Line 611 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->nr_pages' 1
5639 /src/mm/util.c @ Line 611 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->size' 1
5640 /src/mm/util.c @ Line 629 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->nr_pages' 1
5641 /src/mm/util.c @ Line 629 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->size' 1
5642 /src/mm/util.c @ Line 629 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
5643 /src/mm/util.c @ Line 629 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
5644 /src/mm/vmalloc.c @ Line 188 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
5645 /src/mm/vmalloc.c @ Line 314 smatch.check_or_vs_and warn: bitwise AND condition is false here 1
5646 /src/mm/vmalloc.c @ Line 320 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_pages' 1
5647 /src/mm/vmalloc.c @ Line 320 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->size' 1
5648 /src/mm/vmpressure.c @ Line 68 smatch.smatch_param_key warn: internal. problem with scope: __sm_fake_0x7fdccd7aeb80 1
5649 /src/mm/zsmalloc.c @ Line 1992 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5650 /src/mm/zsmalloc.c @ Line 2040 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5651 /src/net/8021q/vlan.c @ Line 315 smatch.check_locking error: double unlocked 'dev->addr_list_lock' (orig line 309) 1
5652 /src/net/8021q/vlan_core.c @ Line 339 smatch.check_check_deref error: we previously assumed 'vid_info' could be null (see line 334) 1
5653 /src/net/8021q/vlan_dev.c @ Line 304 smatch.check_locking error: double unlocked 'real_dev->addr_list_lock' (orig line 270) 1
5654 /src/net/8021q/vlan_dev.c @ Line 316 smatch.check_locking error: double unlocked 'dev->addr_list_lock' (orig line 315) 1
5655 /src/net/8021q/vlan_dev.c @ Line 316 smatch.check_locking error: double unlocked 'real_dev->addr_list_lock' (orig line 315) 1
5656 /src/net/8021q/vlan_dev.c @ Line 323 smatch.check_locking error: double unlocked 'real_dev->addr_list_lock' (orig line 315) 1
5657 /src/net/8021q/vlan_dev.c @ Line 349 smatch.check_locking error: double unlocked 'real_dev->addr_list_lock' (orig line 343) 1
5658 /src/net/9p/trans_virtio.c @ Line 684 coccinelle ERROR: invalid reference to the index variable of the iterator on line 667 1
5659 /src/net/9p/trans_xen.c @ Line 154 coccinelle ERROR: invalid reference to the index variable of the iterator on line 149 1
5660 /src/net/9p/trans_xen.c @ Line 154 coccinelle ERROR: invalid reference to the index variable of the iterator on line 149 1
5661 /src/net/batman-adv/bridge_loop_avoidance.c @ Line 1496 coccinelle atomic_dec_and_test variation before object free at line 1508. 1
5662 /src/net/batman-adv/gateway_client.c @ Line 274 coccinelle ERROR: next_gw is NULL but dereferenced. 1
5663 /src/net/batman-adv/gateway_client.c @ Line 275 coccinelle ERROR: next_gw is NULL but dereferenced. 1
5664 /src/net/batman-adv/gateway_client.c @ Line 276 coccinelle ERROR: next_gw is NULL but dereferenced. 1
5665 /src/net/batman-adv/gateway_client.c @ Line 277 coccinelle ERROR: next_gw is NULL but dereferenced. 1
5666 /src/net/batman-adv/gateway_client.c @ Line 278 coccinelle ERROR: next_gw is NULL but dereferenced. 1
5667 /src/net/batman-adv/tp_meter.c @ Line 1284 coccinelle ERROR: reference preceded by free on line 1264 1
5668 /src/net/bluetooth/6lowpan.c @ Line 762 smatch.check_check_deref error: we previously assumed 'dev' could be null (see line 750) 1
5669 /src/net/bluetooth/hci_debugfs.c @ Line 984 coccinelle WARNING: adv_channel_map_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5670 /src/net/bluetooth/hci_debugfs.c @ Line 1040 coccinelle WARNING: adv_max_interval_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5671 /src/net/bluetooth/hci_debugfs.c @ Line 1012 coccinelle WARNING: adv_min_interval_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5672 /src/net/bluetooth/hci_debugfs.c @ Line 1124 coccinelle WARNING: auth_payload_timeout_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5673 /src/net/bluetooth/hci_debugfs.c @ Line 494 coccinelle WARNING: auto_accept_delay_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5674 /src/net/bluetooth/hci_debugfs.c @ Line 268 coccinelle WARNING: conn_info_max_age_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5675 /src/net/bluetooth/hci_debugfs.c @ Line 240 coccinelle WARNING: conn_info_min_age_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5676 /src/net/bluetooth/hci_debugfs.c @ Line 928 coccinelle WARNING: conn_latency_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5677 /src/net/bluetooth/hci_debugfs.c @ Line 900 coccinelle WARNING: conn_max_interval_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5678 /src/net/bluetooth/hci_debugfs.c @ Line 872 coccinelle WARNING: conn_min_interval_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5679 /src/net/bluetooth/hci_debugfs.c @ Line 561 coccinelle WARNING: idle_timeout_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5680 /src/net/bluetooth/hci_debugfs.c @ Line 1096 coccinelle WARNING: max_key_size_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5681 /src/net/bluetooth/hci_debugfs.c @ Line 479 coccinelle WARNING: min_encrypt_key_size_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5682 /src/net/bluetooth/hci_debugfs.c @ Line 1068 coccinelle WARNING: min_key_size_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5683 /src/net/bluetooth/hci_debugfs.c @ Line 709 coccinelle WARNING: rpa_timeout_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5684 /src/net/bluetooth/hci_debugfs.c @ Line 617 coccinelle WARNING: sniff_max_interval_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5685 /src/net/bluetooth/hci_debugfs.c @ Line 589 coccinelle WARNING: sniff_min_interval_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5686 /src/net/bluetooth/hci_debugfs.c @ Line 956 coccinelle WARNING: supervision_timeout_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5687 /src/net/bluetooth/hci_debugfs.c @ Line 422 coccinelle WARNING: voice_setting_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE 1
5688 /src/net/bluetooth/hci_debugfs.c @ Line 191 smatch.check_indenting warn: inconsistent indenting 1
5689 /src/net/bluetooth/hci_event.c @ Line 707 smatch.check_spectre warn: potential spectre issue 'hdev->features' [w] (local cap) 1
5690 /src/net/bluetooth/hci_event.c @ Line 1338 smatch.check_return_cast warn: signedness bug returning '(-255)' 1
5691 /src/net/bluetooth/hci_event.c @ Line 4271 smatch.check_spectre warn: potential spectre issue 'conn->features' [w] (local cap) 1
5692 /src/net/bluetooth/hci_event.c @ Line 5626 smatch.check_spectre warn: potential spectre issue 'ev->data' [r] (local cap) 1
5693 /src/net/bluetooth/hci_event.c @ Line 5628 smatch.check_spectre_second_half warn: possible spectre second half. 'rssi' 1
5694 /src/net/bluetooth/l2cap_core.c @ Line 4119 smatch.check_signed warn: impossible condition '(scid > 65535) => (0-u16max > u16max)' 1
5695 /src/net/bluetooth/l2cap_core.c @ Line 6079 coccinelle iterator with update on line 6111 1
5696 /src/net/bpf/test_run.c @ Line 282 coccinelle WARNING opportunity for memdup_user 1
5697 /src/net/bridge/br_fdb.c @ Line 1174 smatch.check_locking error: double unlocked 'p->dev->addr_list_lock' (orig line 1158) 1
5698 /src/net/bridge/br_forward.c @ Line 317 smatch.check_check_deref error: we previously assumed 'p' could be null (see line 293) 1
5699 /src/net/bridge/br_mdb.c @ Line 34 coccinelle ERROR: iterator variable bound on line 33 cannot be NULL 1
5700 /src/net/bridge/br_multicast.c @ Line 1246 coccinelle WARNING: ERR_CAST can be used with mp 1
5701 /src/net/bridge/br_multicast.c @ Line 1295 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
5702 /src/net/bridge/br_multicast.c @ Line 1249 smatch.check_deref error: potential null dereference 'mp'. (br_multicast_new_group returns null) 1
5703 /src/net/bridge/br_netlink.c @ Line 737 smatch.check_uninitialized error: uninitialized symbol 'err'. 1
5704 /src/net/bridge/br_netlink_tunnel.c @ Line 315 smatch.check_indenting warn: inconsistent indenting 1
5705 /src/net/bridge/br_netlink_tunnel.c @ Line 321 smatch.check_uninitialized error: uninitialized symbol 'err'. 1
5706 /src/net/bridge/netfilter/ebtables.c @ Line 892 coccinelle ERROR: iterator variable bound on line 888 cannot be NULL 1
5707 /src/net/bridge/netfilter/ebtables.c @ Line 319 coccinelle preceding lock on line 316 1
5708 /src/net/bridge/netfilter/ebtables.c @ Line 330 smatch.check_locking error: double locked '*mutex' (orig line 330) 1
5709 /src/net/can/af_can.c @ Line 626 smatch.check_spectre warn: potential spectre issue 'dev_rcv_lists->rx_eff' [r] 1
5710 /src/net/can/af_can.c @ Line 634 smatch.check_spectre warn: potential spectre issue 'dev_rcv_lists->rx_sff' [r] 1
5711 /src/net/can/bcm.c @ Line 988 smatch.check_locking error: double unlocked 'op->timer.base->cpu_base->lock' (orig line 984) 1
5712 /src/net/can/bcm.c @ Line 1154 smatch.check_buffer_too_small_for_struct warn: is 'op->frames' large enough for 'struct canfd_frame'? 0 1
5713 /src/net/can/j1939/transport.c @ Line 1809 smatch.check_spectre warn: potential spectre issue 'tpdat' [w] 1
5714 /src/net/ceph/messenger.c @ Line 3221 coccinelle WARNING: Comparison of 0/1 to bool variable 1
5715 /src/net/ceph/messenger.c @ Line 3122 coccinelle WARNING: Comparison of 0/1 to bool variable 1
5716 /src/net/compat.c @ Line 433 smatch.check_spectre warn: potential spectre issue 'nas' [r] (local cap) 1
5717 /src/net/compat.c @ Line 434 smatch.check_spectre_second_half warn: possible spectre second half. 'len' 1
5718 /src/net/core/dev.c @ Line 5960 coccinelle ERROR: PTR_ERR applied after initialization to constant on line 5908 1
5719 /src/net/core/dev_addr_lists.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
5720 /src/net/core/dev_addr_lists.c @ Line 939 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
5721 /src/net/core/devlink.c @ Line 5742 smatch.check_uninitialized error: uninitialized symbol 'err'. 1
5722 /src/net/core/failover.c @ Line 66 smatch.check_check_deref error: we previously assumed 'fops' could be null (see line 62) 1
5723 /src/net/core/failover.c @ Line 85 smatch.check_deref_check warn: variable dereferenced before check 'fops' (see line 66) 1
5724 /src/net/core/filter.c @ Line 1114 coccinelle WARNING: Comparison to bool 1
5725 /src/net/core/filter.c @ Line 1120 smatch.check_spectre warn: potential spectre issue 'filter' [w] 1
5726 /src/net/core/filter.c @ Line 4062 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
5727 /src/net/core/flow_dissector.c @ Line 825 smatch.check_memcpy_overflow error: memcpy() '&flow_keys->ipv6_src' too small (16 vs 32) 1
5728 /src/net/core/flow_dissector.c @ Line 1015 smatch.check_check_deref error: we previously assumed 'skb' could be null (see line 964) 1
5729 /src/net/core/gen_estimator.c @ Line 89 smatch.check_no_effect warn: statement has no effect 31 1
5730 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
5731 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_bound_dev_if' 1
5732 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_incoming_cpu' 1
5733 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_ipv6only' 1
5734 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_ll_usec' 1
5735 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_mark' 1
5736 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_ack_backlog' 1
5737 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_pacing_rate' 1
5738 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_pacing_rate' 1
5739 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_peek_off' 1
5740 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_priority' 1
5741 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_protocol' 1
5742 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvbuf' 1
5743 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvlowat' 1
5744 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_shutdown' 1
5745 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_sndbuf' 1
5746 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.expires' 1
5747 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.flags' 1
5748 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_tsflags' 1
5749 /src/net/core/gro_cells.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_type' 1
5750 /src/net/core/link_watch.c @ Line 81 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
5751 /src/net/core/net-procfs.c @ Line 248 smatch.check_spectre warn: potential spectre issue 'ptype_base' [r] 1
5752 /src/net/core/net-sysfs.c @ Line 1868 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ndev->name' 1
5753 /src/net/core/net-sysfs.c @ Line 1916 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ndev->name' 1
5754 /src/net/core/netpoll.c @ Line 486 smatch.smatch_kernel_user_data set_param_user_data: no type for '*np->dev_name' 1
5755 /src/net/core/pktgen.c @ Line 3075 coccinelle preceding lock on line 3068 1
5756 /src/net/core/pktgen.c @ Line 1262 smatch.check_strcpy_overflow error: strcpy() 'buf' too large for 'pkt_dev->dst_min' (128 vs 32) 1
5757 /src/net/core/pktgen.c @ Line 1282 smatch.check_strcpy_overflow error: strcpy() 'buf' too large for 'pkt_dev->dst_max' (128 vs 32) 1
5758 /src/net/core/pktgen.c @ Line 1391 smatch.check_strcpy_overflow error: strcpy() 'buf' too large for 'pkt_dev->src_min' (128 vs 32) 1
5759 /src/net/core/pktgen.c @ Line 1411 smatch.check_strcpy_overflow error: strcpy() 'buf' too large for 'pkt_dev->src_max' (128 vs 32) 1
5760 /src/net/core/pktgen.c @ Line 2180 smatch.check_locking error: double unlocked 't.timer.base->cpu_base->lock' (orig line 2175) 1
5761 /src/net/core/pktgen.c @ Line 3365 smatch.check_free_strict warn: passing freed memory 'skb' 1
5762 /src/net/core/rtnetlink.c @ Line 169 smatch.check_spectre warn: potential spectre issue 'tab' [w] 1
5763 /src/net/core/rtnetlink.c @ Line 825 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->broadcast' 1
5764 /src/net/core/rtnetlink.c @ Line 1593 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->perm_addr' 1
5765 /src/net/core/rtnetlink.c @ Line 1648 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->perm_addr' 1
5766 /src/net/core/rtnetlink.c @ Line 2491 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
5767 /src/net/core/rtnetlink.c @ Line 3116 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
5768 /src/net/core/rtnetlink.c @ Line 3845 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
5769 /src/net/core/rtnetlink.c @ Line 3852 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
5770 /src/net/core/skbuff.c @ Line 2295 smatch.smatch_kernel_user_data set_param_user_data: no type for 'page->offset' 1
5771 /src/net/core/skbuff.c @ Line 3675 smatch.check_indenting warn: inconsistent indenting 1
5772 /src/net/core/skbuff.c @ Line 3845 smatch.check_check_deref error: we previously assumed 'list_skb' could be null (see line 3765) 1
5773 /src/net/core/skbuff.c @ Line 5411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
5774 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
5775 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_hash' 1
5776 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
5777 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
5778 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_forward_alloc' 1
5779 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_ll_usec' 1
5780 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_mark' 1
5781 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_ack_backlog' 1
5782 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_pacing_rate' 1
5783 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_pacing_rate' 1
5784 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_peek_off' 1
5785 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_priority' 1
5786 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_protocol' 1
5787 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvbuf' 1
5788 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvlowat' 1
5789 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_shutdown' 1
5790 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_sndbuf' 1
5791 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.expires' 1
5792 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.flags' 1
5793 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_tsflags' 1
5794 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_type' 1
5795 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_wmem_queued' 1
5796 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->rsk_timer.expires' 1
5797 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->rsk_timer.flags' 1
5798 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->saved_syn->mac_hdrlen' 1
5799 /src/net/core/sock.c @ Line 2075 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->saved_syn->network_hdrlen' 1
5800 /src/net/core/sock.c @ Line 2289 smatch.smatch_kernel_user_data set_param_user_data: no type for 'timeo->__sk_common.skc_bound_dev_if' 1
5801 /src/net/core/sock.c @ Line 2289 smatch.smatch_kernel_user_data set_param_user_data: no type for 'timeo->sk_mark' 1
5802 /src/net/core/sock.c @ Line 2289 smatch.smatch_kernel_user_data set_param_user_data: no type for 'timeo->sk_priority' 1
5803 /src/net/core/sock.c @ Line 3226 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
5804 /src/net/core/sock.c @ Line 3226 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
5805 /src/net/core/sock.c @ Line 3226 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
5806 /src/net/core/sock.c @ Line 3226 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
5807 /src/net/core/sock.c @ Line 3319 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
5808 /src/net/core/sock.c @ Line 3319 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
5809 /src/net/decnet/af_decnet.c @ Line 1252 coccinelle ERROR: skb is NULL but dereferenced. 1
5810 /src/net/dns_resolver/dns_key.c @ Line 219 smatch.check_spectre warn: potential spectre issue 'upayload->data' [w] 1
5811 /src/net/dsa/dsa.c @ Line 105 coccinelle ERROR: invalid reference to the index variable of the iterator on line 96 1
5812 /src/net/dsa/dsa2.c @ Line 780 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 783. 1
5813 /src/net/dsa/dsa2.c @ Line 780 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 787. 1
5814 /src/net/dsa/dsa2.c @ Line 780 coccinelle WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 794. 1
5815 /src/net/ethtool/coalesce.c @ Line 111 smatch.check_return_cast warn: signedness bug returning '(-90)' 1
5816 /src/net/ethtool/coalesce.c @ Line 119 smatch.check_return_cast warn: signedness bug returning '(-90)' 1
5817 /src/net/ethtool/netlink.c @ Line 489 smatch.check_spectre warn: potential spectre issue 'ethnl_default_requests' [r] 1
5818 /src/net/ethtool/netlink.c @ Line 490 smatch.check_spectre_second_half warn: possible spectre second half. 'ops' 1
5819 /src/net/ipv4/af_inet.c @ Line 268 smatch.check_spectre warn: potential spectre issue 'inetsw' [w] 1
5820 /src/net/ipv4/af_inet.c @ Line 810 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
5821 /src/net/ipv4/af_inet.c @ Line 810 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
5822 /src/net/ipv4/af_inet.c @ Line 810 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
5823 /src/net/ipv4/af_inet.c @ Line 810 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
5824 /src/net/ipv4/af_inet.c @ Line 838 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
5825 /src/net/ipv4/af_inet.c @ Line 838 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
5826 /src/net/ipv4/af_inet.c @ Line 838 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
5827 /src/net/ipv4/af_inet.c @ Line 838 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
5828 /src/net/ipv4/arp.c @ Line 222 smatch.smatch_kernel_user_data set_param_user_data: no type for '*neigh->primary_key' 1
5829 /src/net/ipv4/devinet.c @ Line 1991 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5830 /src/net/ipv4/devinet.c @ Line 186 smatch.check_spectre warn: potential spectre issue 'inet_addr_lst' [r] 1
5831 /src/net/ipv4/devinet.c @ Line 229 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ifa->ifa_label' 1
5832 /src/net/ipv4/devinet.c @ Line 472 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ifa->ifa_label' 1
5833 /src/net/ipv4/devinet.c @ Line 618 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ifa->ifa_label' 1
5834 /src/net/ipv4/devinet.c @ Line 798 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ifa->ifa_label' 1
5835 /src/net/ipv4/devinet.c @ Line 910 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ifa->ifa_label' 1
5836 /src/net/ipv4/devinet.c @ Line 1884 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ifa->ifa_label' 1
5837 /src/net/ipv4/esp4.c @ Line 729 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
5838 /src/net/ipv4/esp4.c @ Line 762 coccinelle WARNING !A || A && B is equivalent to !A || B 1
5839 /src/net/ipv4/esp4_offload.c @ Line 288 coccinelle WARNING !A || A && B is equivalent to !A || B 1
5840 /src/net/ipv4/fib_frontend.c @ Line 105 smatch.check_spectre warn: potential spectre issue 'net->ipv4.fib_table_hash' [w] 1
5841 /src/net/ipv4/fib_frontend.c @ Line 111 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
5842 /src/net/ipv4/fib_frontend.c @ Line 111 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
5843 /src/net/ipv4/fib_frontend.c @ Line 121 smatch.check_spectre warn: potential spectre issue 'net->ipv4.fib_table_hash' [r] 1
5844 /src/net/ipv4/fib_frontend.c @ Line 587 smatch.check_kmalloc_wrong_size warn: double check that we're allocating correct size: 4 vs 8 1
5845 /src/net/ipv4/fib_frontend.c @ Line 1135 smatch.smatch_kernel_user_data set_param_user_data: no type for '*ifa->ifa_label' 1
5846 /src/net/ipv4/fib_semantics.c @ Line 248 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fi->fib_nh->nh_common.nhc_flags' 1
5847 /src/net/ipv4/fib_semantics.c @ Line 260 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fi->fib_nh->nh_common.nhc_flags' 1
5848 /src/net/ipv4/fib_semantics.c @ Line 379 smatch.check_spectre warn: potential spectre issue 'fib_info_hash' [r] 1
5849 /src/net/ipv4/fib_semantics.c @ Line 399 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nfi->fib_nh->nh_common.nhc_flags' 1
5850 /src/net/ipv4/fib_semantics.c @ Line 406 smatch.check_spectre warn: potential spectre issue 'fib_info_hash' [r] 1
5851 /src/net/ipv4/fib_semantics.c @ Line 347 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fi->fib_nh->nh_common.nhc_flags' 1
5852 /src/net/ipv4/fib_semantics.c @ Line 766 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fi->fib_nh->nh_common.nhc_flags' 1
5853 /src/net/ipv4/fib_semantics.c @ Line 1557 smatch.check_spectre warn: potential spectre issue 'fib_info_hash' [w] 1
5854 /src/net/ipv4/fib_trie.c @ Line 419 smatch.check_spectre warn: potential spectre issue 'tn->tnode' [w] 1
5855 /src/net/ipv4/fib_trie.c @ Line 862 smatch.check_spectre warn: potential spectre issue 'tp->tnode' [w] 1
5856 /src/net/ipv4/fib_trie.c @ Line 1072 smatch.check_spectre warn: potential spectre issue 'tp->tnode' [w] 1
5857 /src/net/ipv4/fib_trie.c @ Line 1454 smatch.check_spectre warn: potential spectre issue 'n->tnode' [w] (local cap) 1
5858 /src/net/ipv4/fib_trie.c @ Line 1515 smatch.check_spectre warn: potential spectre issue 'pn->tnode' [r] 1
5859 /src/net/ipv4/gre_demux.c @ Line 160 smatch.check_spectre warn: potential spectre issue 'gre_proto' [w] (local cap) 1
5860 /src/net/ipv4/gre_demux.c @ Line 178 smatch.check_spectre warn: potential spectre issue 'skb->data' [r] 1
5861 /src/net/ipv4/gre_demux.c @ Line 185 smatch.check_spectre warn: potential spectre issue 'gre_proto' [w] (local cap) 1
5862 /src/net/ipv4/icmp.c @ Line 833 smatch.check_spectre warn: potential spectre issue 'inet_protos' [w] 1
5863 /src/net/ipv4/igmp.c @ Line 593 coccinelle ERROR: pmc is NULL but dereferenced. 1
5864 /src/net/ipv4/igmp.c @ Line 2560 smatch.check_check_deref error: we previously assumed 'psl' could be null (see line 2546) 1
5865 /src/net/ipv4/igmp.c @ Line 2604 smatch.check_check_deref error: we previously assumed 'psl' could be null (see line 2595) 1
5866 /src/net/ipv4/igmp.c @ Line 2699 smatch.check_spectre warn: potential spectre issue 'mc_hash' [w] 1
5867 /src/net/ipv4/inet_connection_sock.c @ Line 374 smatch.check_spectre warn: potential spectre issue 'hinfo->bhash' [r] 1
5868 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_bound_dev_if' 1
5869 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_incoming_cpu' 1
5870 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_ipv6only' 1
5871 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_ll_usec' 1
5872 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_mark' 1
5873 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_max_ack_backlog' 1
5874 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_max_pacing_rate' 1
5875 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_pacing_rate' 1
5876 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_peek_off' 1
5877 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_priority' 1
5878 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_protocol' 1
5879 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_rcvbuf' 1
5880 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_rcvlowat' 1
5881 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_shutdown' 1
5882 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_sndbuf' 1
5883 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_timer.expires' 1
5884 /src/net/ipv4/inet_connection_sock.c @ Line 717 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_tsflags' 1
5885 /src/net/ipv4/inet_hashtables.c @ Line 405 smatch.check_spectre warn: potential spectre issue 'hashinfo->ehash' [r] 1
5886 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
5887 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_hash' 1
5888 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
5889 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
5890 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_forward_alloc' 1
5891 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_ll_usec' 1
5892 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_mark' 1
5893 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_ack_backlog' 1
5894 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_max_pacing_rate' 1
5895 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_pacing_rate' 1
5896 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_peek_off' 1
5897 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_priority' 1
5898 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_protocol' 1
5899 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvbuf' 1
5900 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_rcvlowat' 1
5901 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_shutdown' 1
5902 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_sndbuf' 1
5903 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.expires' 1
5904 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_timer.flags' 1
5905 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_tsflags' 1
5906 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_type' 1
5907 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__req_common.skc_listener->sk_wmem_queued' 1
5908 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->rsk_timer.expires' 1
5909 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->rsk_timer.flags' 1
5910 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->saved_syn->mac_hdrlen' 1
5911 /src/net/ipv4/inet_hashtables.c @ Line 559 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->saved_syn->network_hdrlen' 1
5912 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_bound_dev_if' 1
5913 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_hash' 1
5914 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_incoming_cpu' 1
5915 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_ipv6only' 1
5916 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_forward_alloc' 1
5917 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_ll_usec' 1
5918 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_mark' 1
5919 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_max_ack_backlog' 1
5920 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_max_pacing_rate' 1
5921 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_pacing_rate' 1
5922 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_peek_off' 1
5923 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_priority' 1
5924 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_protocol' 1
5925 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_rcvbuf' 1
5926 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_rcvlowat' 1
5927 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_shutdown' 1
5928 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_sndbuf' 1
5929 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_timer.expires' 1
5930 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_timer.flags' 1
5931 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_tsflags' 1
5932 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_type' 1
5933 /src/net/ipv4/inet_timewait_sock.c @ Line 66 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_wmem_queued' 1
5934 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_bound_dev_if' 1
5935 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_incoming_cpu' 1
5936 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_ipv6only' 1
5937 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_ll_usec' 1
5938 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_mark' 1
5939 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_max_ack_backlog' 1
5940 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_max_pacing_rate' 1
5941 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_pacing_rate' 1
5942 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_peek_off' 1
5943 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_priority' 1
5944 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_protocol' 1
5945 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_rcvbuf' 1
5946 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_rcvlowat' 1
5947 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_shutdown' 1
5948 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_sndbuf' 1
5949 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_timer.expires' 1
5950 /src/net/ipv4/inet_timewait_sock.c @ Line 77 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_tsflags' 1
5951 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_bound_dev_if' 1
5952 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_incoming_cpu' 1
5953 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_ipv6only' 1
5954 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_ll_usec' 1
5955 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_mark' 1
5956 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_max_ack_backlog' 1
5957 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_max_pacing_rate' 1
5958 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_pacing_rate' 1
5959 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_peek_off' 1
5960 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_priority' 1
5961 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_protocol' 1
5962 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_rcvbuf' 1
5963 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_rcvlowat' 1
5964 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_shutdown' 1
5965 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_sndbuf' 1
5966 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_timer.expires' 1
5967 /src/net/ipv4/inet_timewait_sock.c @ Line 212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_tsflags' 1
5968 /src/net/ipv4/ip_gre.c @ Line 190 smatch.check_indenting warn: inconsistent indenting 1
5969 /src/net/ipv4/ip_options.c @ Line 167 smatch.check_spectre warn: potential spectre issue 'start' [w] 1
5970 /src/net/ipv4/ip_options.c @ Line 178 smatch.check_spectre_second_half warn: possible spectre second half. 'faddr' 1
5971 /src/net/ipv4/ip_options.c @ Line 540 smatch.check_spectre warn: potential spectre issue 'opt->opt.__data' [w] 1
5972 /src/net/ipv4/ip_options.c @ Line 560 smatch.check_spectre warn: potential spectre issue 'optptr' [w] 1
5973 /src/net/ipv4/ip_options.c @ Line 569 smatch.check_spectre_second_half warn: possible spectre second half. 'srrptr' 1
5974 /src/net/ipv4/ip_options.c @ Line 569 smatch.check_spectre_second_half warn: possible spectre second half. 'srrspace' 1
5975 /src/net/ipv4/ip_options.c @ Line 629 smatch.check_spectre warn: potential spectre issue 'optptr' [w] 1
5976 /src/net/ipv4/ip_options.c @ Line 633 smatch.check_spectre_second_half warn: possible spectre second half. 'nexthop' 1
5977 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->__sk_common.skc_bound_dev_if' 1
5978 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->__sk_common.skc_hash' 1
5979 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->__sk_common.skc_incoming_cpu' 1
5980 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->__sk_common.skc_ipv6only' 1
5981 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->csum_start' 1
5982 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->data_len' 1
5983 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->inner_mac_header' 1
5984 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->inner_network_header' 1
5985 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->inner_transport_header' 1
5986 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->ip_defrag_offset' 1
5987 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->len' 1
5988 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->mac_header' 1
5989 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->mac_len' 1
5990 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->network_header' 1
5991 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->csum_start' 1
5992 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->data_len' 1
5993 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->inner_mac_header' 1
5994 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->inner_network_header' 1
5995 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->inner_transport_header' 1
5996 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->ip_defrag_offset' 1
5997 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->len' 1
5998 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->mac_header' 1
5999 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->mac_len' 1
6000 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->network_header' 1
6001 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->protocol' 1
6002 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->tail' 1
6003 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->transport_header' 1
6004 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->truesize' 1
6005 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->next->vlan_tci' 1
6006 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->protocol' 1
6007 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->tail' 1
6008 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->transport_header' 1
6009 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->truesize' 1
6010 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_error_queue.prev->vlan_tci' 1
6011 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_forward_alloc' 1
6012 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_ll_usec' 1
6013 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_mark' 1
6014 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_max_ack_backlog' 1
6015 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_max_pacing_rate' 1
6016 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_pacing_rate' 1
6017 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_peek_off' 1
6018 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_priority' 1
6019 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_protocol' 1
6020 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_rcvbuf' 1
6021 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_rcvlowat' 1
6022 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->csum_start' 1
6023 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->data_len' 1
6024 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->inner_mac_header' 1
6025 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->inner_network_header' 1
6026 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->inner_transport_header' 1
6027 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->ip_defrag_offset' 1
6028 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->len' 1
6029 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->mac_header' 1
6030 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->mac_len' 1
6031 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->mark' 1
6032 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->network_header' 1
6033 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->csum_start' 1
6034 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->data_len' 1
6035 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->inner_mac_header' 1
6036 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->inner_network_header' 1
6037 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->inner_transport_header' 1
6038 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->ip_defrag_offset' 1
6039 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->len' 1
6040 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->mac_header' 1
6041 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->mac_len' 1
6042 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->mark' 1
6043 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->network_header' 1
6044 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->priority' 1
6045 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->protocol' 1
6046 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->tail' 1
6047 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->transport_header' 1
6048 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->truesize' 1
6049 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->next->vlan_tci' 1
6050 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->priority' 1
6051 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->protocol' 1
6052 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->tail' 1
6053 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->transport_header' 1
6054 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->truesize' 1
6055 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_receive_queue.prev->vlan_tci' 1
6056 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_shutdown' 1
6057 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_sndbuf' 1
6058 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_socket->type' 1
6059 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_timer.expires' 1
6060 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_timer.flags' 1
6061 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_tsflags' 1
6062 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_type' 1
6063 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_wmem_queued' 1
6064 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_write_queue.prev->ip_defrag_offset' 1
6065 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_write_queue.prev->len' 1
6066 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_write_queue.prev->next->ip_defrag_offset' 1
6067 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_write_queue.prev->next->len' 1
6068 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_write_queue.prev->next->tail' 1
6069 /src/net/ipv4/ip_output.c @ Line 132 smatch.smatch_kernel_user_data set_param_user_data: no type for 'inet->sk_write_queue.prev->tail' 1
6070 /src/net/ipv4/ip_output.c @ Line 320 smatch.check_free_strict warn: passing freed memory 'skb' 1
6071 /src/net/ipv4/ip_output.c @ Line 320 smatch.smatch_flow parse error: Function too hairy. Giving up. 10 seconds 1
6072 /src/net/ipv4/ip_output.c @ Line 1639 smatch.check_err_ptr_deref error: (-2147483647) too low for ERR_PTR 1
6073 /src/net/ipv4/ip_output.c @ Line 737 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
6074 /src/net/ipv4/ip_tunnel.c @ Line 999 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
6075 /src/net/ipv4/ipconfig.c @ Line 1264 smatch.check_macros warn: the 'CONF_TIMEOUT_MULT' macro might need parens 1
6076 /src/net/ipv4/ipmr.c @ Line 311 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
6077 /src/net/ipv4/ipmr.c @ Line 311 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
6078 /src/net/ipv4/ipmr_base.c @ Line 114 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
6079 /src/net/ipv4/ipmr_base.c @ Line 114 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
6080 /src/net/ipv4/ipmr_base.c @ Line 147 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
6081 /src/net/ipv4/ipmr_base.c @ Line 147 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
6082 /src/net/ipv4/netfilter/ipt_CLUSTERIP.c @ Line 515 smatch.check_deref error: potential null dereference 'config'. (clusterip_config_init returns null) 1
6083 /src/net/ipv4/ping.c @ Line 74 smatch.check_spectre warn: potential spectre issue 'table->hash' [w] 1
6084 /src/net/ipv4/ping.c @ Line 593 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
6085 /src/net/ipv4/route.c @ Line 1383 smatch.check_spectre warn: potential spectre issue 'hash' [w] 1
6086 /src/net/ipv4/syncookies.c @ Line 197 smatch.check_spectre warn: potential spectre issue 'msstab' [r] (local cap) 1
6087 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6088 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6089 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6090 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6091 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6092 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6093 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6094 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6095 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6096 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6097 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6098 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6099 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6100 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6101 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6102 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6103 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6104 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6105 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6106 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6107 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6108 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6109 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6110 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6111 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6112 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6113 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6114 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6115 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6116 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6117 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6118 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6119 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6120 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6121 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6122 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6123 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6124 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6125 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6126 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6127 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6128 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6129 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6130 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6131 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6132 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6133 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6134 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6135 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6136 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6137 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6138 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6139 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6140 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6141 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6142 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6143 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6144 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6145 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6146 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6147 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6148 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6149 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6150 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6151 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6152 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6153 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6154 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6155 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6156 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6157 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6158 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6159 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6160 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6161 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6162 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6163 /src/net/ipv4/tcp.c @ Line 391 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6164 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6165 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6166 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6167 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6168 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6169 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6170 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6171 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6172 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6173 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6174 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6175 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6176 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6177 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6178 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6179 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6180 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6181 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6182 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6183 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6184 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6185 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6186 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6187 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6188 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6189 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6190 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6191 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6192 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6193 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6194 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6195 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6196 /src/net/ipv4/tcp.c @ Line 657 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6197 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6198 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6199 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6200 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6201 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6202 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6203 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6204 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6205 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6206 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6207 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6208 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6209 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6210 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6211 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6212 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6213 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6214 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6215 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6216 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6217 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6218 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6219 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6220 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6221 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6222 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6223 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6224 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6225 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6226 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6227 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6228 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6229 /src/net/ipv4/tcp.c @ Line 651 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6230 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6231 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6232 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6233 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6234 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6235 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6236 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6237 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6238 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6239 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6240 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6241 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6242 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6243 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6244 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6245 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6246 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6247 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6248 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6249 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6250 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6251 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6252 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6253 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6254 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6255 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6256 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6257 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6258 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6259 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6260 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6261 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6262 /src/net/ipv4/tcp.c @ Line 681 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6263 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6264 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6265 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6266 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6267 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6268 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6269 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6270 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6271 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6272 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6273 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6274 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6275 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6276 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
6277 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6278 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6279 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6280 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6281 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6282 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6283 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6284 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6285 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6286 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6287 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
6288 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6289 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
6290 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6291 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6292 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6293 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6294 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6295 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
6296 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6297 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6298 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6299 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6300 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6301 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6302 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6303 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6304 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6305 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6306 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6307 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6308 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6309 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
6310 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6311 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6312 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6313 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6314 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6315 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6316 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6317 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6318 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6319 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6320 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6321 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
6322 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6323 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6324 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6325 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6326 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6327 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6328 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6329 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6330 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6331 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6332 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
6333 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6334 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
6335 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
6336 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6337 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6338 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6339 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
6340 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
6341 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
6342 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6343 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6344 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6345 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
6346 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6347 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6348 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6349 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6350 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6351 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6352 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
6353 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6354 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6355 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6356 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6357 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6358 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6359 /src/net/ipv4/tcp.c @ Line 1149 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6360 /src/net/ipv4/tcp.c @ Line 1204 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
6361 /src/net/ipv4/tcp.c @ Line 1204 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
6362 /src/net/ipv4/tcp.c @ Line 1204 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
6363 /src/net/ipv4/tcp.c @ Line 1204 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
6364 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6365 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6366 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6367 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6368 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6369 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6370 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6371 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6372 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6373 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6374 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6375 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6376 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6377 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6378 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6379 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6380 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6381 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6382 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6383 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6384 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6385 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6386 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6387 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6388 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6389 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6390 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6391 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6392 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6393 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6394 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6395 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6396 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6397 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6398 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6399 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6400 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6401 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6402 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6403 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6404 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6405 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6406 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6407 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6408 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6409 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6410 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6411 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6412 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6413 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6414 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6415 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6416 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6417 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6418 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6419 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6420 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6421 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6422 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6423 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6424 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6425 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6426 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6427 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6428 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6429 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6430 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6431 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6432 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6433 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6434 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6435 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6436 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6437 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6438 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6439 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6440 /src/net/ipv4/tcp.c @ Line 3603 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6441 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6442 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6443 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6444 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6445 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6446 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6447 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6448 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6449 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6450 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6451 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6452 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6453 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6454 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6455 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6456 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6457 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6458 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6459 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6460 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6461 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6462 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6463 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6464 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6465 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6466 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6467 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6468 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6469 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6470 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6471 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6472 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6473 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6474 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6475 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6476 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6477 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6478 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6479 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6480 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6481 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6482 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6483 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
6484 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6485 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6486 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6487 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6488 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6489 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6490 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6491 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6492 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6493 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6494 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6495 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6496 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6497 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6498 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6499 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6500 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6501 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6502 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6503 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6504 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6505 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6506 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
6507 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6508 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6509 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6510 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
6511 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
6512 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6513 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6514 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6515 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
6516 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6517 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6518 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6519 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6520 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6521 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6522 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
6523 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6524 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6525 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6526 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6527 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6528 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6529 /src/net/ipv4/tcp_cong.c @ Line 392 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6530 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6531 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6532 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6533 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6534 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6535 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6536 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6537 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6538 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6539 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6540 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6541 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6542 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6543 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6544 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6545 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6546 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6547 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6548 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6549 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6550 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6551 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6552 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6553 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6554 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6555 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6556 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6557 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6558 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6559 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6560 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6561 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6562 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6563 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6564 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6565 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6566 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6567 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6568 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6569 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6570 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6571 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6572 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
6573 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6574 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6575 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6576 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6577 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6578 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6579 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6580 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6581 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6582 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6583 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6584 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6585 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6586 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6587 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6588 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6589 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6590 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6591 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6592 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6593 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6594 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6595 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
6596 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6597 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6598 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6599 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
6600 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
6601 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6602 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6603 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6604 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
6605 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6606 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6607 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6608 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6609 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6610 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6611 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
6612 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6613 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6614 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6615 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6616 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6617 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6618 /src/net/ipv4/tcp_cong.c @ Line 406 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6619 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6620 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6621 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6622 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6623 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6624 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6625 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6626 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6627 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6628 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6629 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6630 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6631 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6632 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6633 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6634 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6635 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6636 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6637 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6638 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6639 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6640 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6641 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6642 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6643 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6644 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6645 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6646 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6647 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6648 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6649 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6650 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6651 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6652 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6653 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6654 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6655 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6656 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6657 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6658 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6659 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6660 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6661 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
6662 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6663 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6664 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6665 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6666 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6667 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6668 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6669 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6670 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6671 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6672 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6673 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6674 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6675 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6676 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6677 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6678 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6679 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6680 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6681 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6682 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6683 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6684 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
6685 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6686 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6687 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6688 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
6689 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
6690 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6691 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6692 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6693 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
6694 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6695 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6696 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6697 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6698 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6699 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6700 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
6701 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6702 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6703 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6704 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6705 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6706 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6707 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6708 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
6709 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
6710 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
6711 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
6712 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
6713 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
6714 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
6715 /src/net/ipv4/tcp_input.c @ Line 312 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
6716 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6717 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6718 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6719 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6720 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6721 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6722 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6723 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6724 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6725 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6726 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6727 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6728 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6729 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6730 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6731 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6732 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6733 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6734 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6735 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6736 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6737 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6738 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6739 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6740 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6741 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6742 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6743 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6744 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6745 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6746 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6747 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6748 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6749 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6750 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6751 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6752 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6753 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6754 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6755 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6756 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6757 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6758 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
6759 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6760 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6761 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6762 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6763 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6764 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6765 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6766 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6767 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6768 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6769 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6770 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6771 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6772 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6773 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6774 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6775 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6776 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6777 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6778 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6779 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6780 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6781 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
6782 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6783 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6784 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6785 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
6786 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
6787 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6788 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6789 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6790 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
6791 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6792 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6793 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6794 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6795 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6796 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6797 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
6798 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6799 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6800 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6801 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6802 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6803 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6804 /src/net/ipv4/tcp_input.c @ Line 332 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6805 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6806 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6807 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6808 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6809 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6810 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6811 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6812 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6813 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6814 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6815 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6816 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6817 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6818 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6819 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6820 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6821 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6822 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6823 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6824 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6825 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6826 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6827 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6828 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6829 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6830 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6831 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6832 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6833 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6834 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6835 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6836 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6837 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6838 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6839 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6840 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6841 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6842 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6843 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6844 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6845 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6846 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6847 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
6848 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6849 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6850 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6851 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6852 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6853 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6854 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6855 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6856 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6857 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6858 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6859 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6860 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6861 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6862 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6863 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6864 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6865 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6866 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6867 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6868 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6869 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6870 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
6871 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6872 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6873 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6874 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
6875 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
6876 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6877 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6878 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6879 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
6880 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6881 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6882 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6883 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6884 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6885 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6886 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
6887 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6888 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6889 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6890 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6891 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6892 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6893 /src/net/ipv4/tcp_input.c @ Line 375 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6894 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6895 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6896 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6897 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6898 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6899 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6900 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6901 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6902 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6903 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6904 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6905 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6906 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6907 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6908 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6909 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6910 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
6911 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
6912 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
6913 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
6914 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
6915 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
6916 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
6917 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
6918 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
6919 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
6920 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
6921 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
6922 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
6923 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
6924 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
6925 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
6926 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
6927 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
6928 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
6929 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
6930 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
6931 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
6932 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
6933 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
6934 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
6935 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
6936 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
6937 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
6938 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
6939 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
6940 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
6941 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
6942 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
6943 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
6944 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
6945 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
6946 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
6947 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
6948 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
6949 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
6950 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
6951 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
6952 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
6953 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
6954 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
6955 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
6956 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
6957 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
6958 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
6959 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
6960 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
6961 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
6962 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
6963 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
6964 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
6965 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
6966 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
6967 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
6968 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
6969 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
6970 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
6971 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
6972 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
6973 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
6974 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
6975 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
6976 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
6977 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
6978 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
6979 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
6980 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
6981 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
6982 /src/net/ipv4/tcp_input.c @ Line 381 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
6983 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
6984 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
6985 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
6986 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
6987 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
6988 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
6989 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
6990 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
6991 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
6992 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
6993 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
6994 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
6995 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
6996 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
6997 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
6998 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
6999 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7000 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7001 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7002 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7003 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7004 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7005 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7006 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7007 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7008 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7009 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7010 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7011 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7012 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7013 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7014 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7015 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7016 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7017 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7018 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7019 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7020 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7021 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7022 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7023 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7024 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7025 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7026 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7027 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7028 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7029 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7030 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7031 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7032 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7033 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7034 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7035 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7036 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7037 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7038 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7039 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7040 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7041 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7042 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7043 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7044 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7045 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7046 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7047 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7048 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7049 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7050 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7051 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7052 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7053 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7054 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7055 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7056 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7057 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7058 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7059 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7060 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7061 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7062 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7063 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7064 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7065 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7066 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7067 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7068 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7069 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7070 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7071 /src/net/ipv4/tcp_input.c @ Line 387 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7072 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7073 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7074 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7075 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7076 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7077 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7078 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7079 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7080 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7081 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7082 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7083 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7084 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7085 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
7086 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7087 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7088 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7089 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7090 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7091 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7092 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7093 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7094 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7095 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7096 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
7097 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7098 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
7099 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7100 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7101 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7102 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7103 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7104 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
7105 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7106 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7107 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7108 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7109 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7110 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7111 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7112 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7113 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7114 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7115 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7116 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7117 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7118 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7119 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7120 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7121 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7122 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7123 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7124 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7125 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7126 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7127 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7128 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7129 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7130 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7131 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7132 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7133 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7134 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7135 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7136 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7137 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7138 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7139 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7140 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7141 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7142 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7143 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7144 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7145 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7146 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7147 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7148 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7149 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7150 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7151 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7152 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7153 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7154 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7155 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7156 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7157 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7158 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7159 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7160 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7161 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7162 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7163 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7164 /src/net/ipv4/tcp_input.c @ Line 591 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7165 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7166 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7167 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7168 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7169 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7170 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7171 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7172 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7173 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7174 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7175 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7176 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7177 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7178 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7179 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7180 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7181 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7182 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7183 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7184 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7185 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7186 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7187 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7188 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7189 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7190 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7191 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7192 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7193 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7194 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7195 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7196 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7197 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7198 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7199 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7200 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7201 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7202 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7203 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7204 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7205 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7206 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7207 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7208 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7209 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7210 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7211 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7212 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7213 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7214 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7215 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7216 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7217 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7218 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7219 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7220 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7221 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7222 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7223 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7224 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7225 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7226 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7227 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7228 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7229 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7230 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7231 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7232 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7233 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7234 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7235 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7236 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7237 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7238 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7239 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7240 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7241 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7242 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7243 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7244 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7245 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7246 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7247 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7248 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7249 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7250 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7251 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7252 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7253 /src/net/ipv4/tcp_input.c @ Line 623 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7254 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7255 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7256 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7257 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7258 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7259 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7260 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7261 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7262 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7263 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7264 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7265 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7266 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7267 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7268 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7269 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7270 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7271 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7272 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7273 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7274 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7275 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7276 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7277 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7278 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7279 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7280 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7281 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7282 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7283 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7284 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7285 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7286 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7287 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7288 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7289 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7290 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7291 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7292 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7293 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7294 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7295 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7296 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7297 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7298 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7299 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7300 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7301 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7302 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7303 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7304 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7305 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7306 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7307 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7308 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7309 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7310 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7311 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7312 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7313 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7314 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7315 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7316 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7317 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7318 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7319 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7320 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7321 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7322 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7323 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7324 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7325 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7326 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7327 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7328 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7329 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7330 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7331 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7332 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7333 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7334 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7335 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7336 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7337 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7338 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7339 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7340 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7341 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7342 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7343 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
7344 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
7345 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
7346 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
7347 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
7348 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
7349 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
7350 /src/net/ipv4/tcp_input.c @ Line 928 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
7351 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7352 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7353 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7354 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7355 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7356 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7357 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7358 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7359 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7360 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7361 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7362 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7363 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7364 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7365 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7366 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7367 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7368 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7369 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7370 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7371 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7372 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7373 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7374 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7375 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7376 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7377 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7378 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7379 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7380 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7381 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7382 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7383 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7384 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7385 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7386 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7387 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7388 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7389 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7390 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7391 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7392 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7393 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7394 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7395 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7396 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7397 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7398 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7399 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7400 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7401 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7402 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7403 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7404 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7405 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7406 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7407 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7408 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7409 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7410 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7411 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7412 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7413 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7414 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7415 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7416 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7417 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7418 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7419 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7420 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7421 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7422 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7423 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7424 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7425 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7426 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7427 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7428 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7429 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7430 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7431 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7432 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7433 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7434 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7435 /src/net/ipv4/tcp_input.c @ Line 957 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7436 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7437 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7438 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7439 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7440 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7441 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7442 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7443 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7444 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7445 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7446 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7447 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7448 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7449 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7450 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7451 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7452 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7453 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7454 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7455 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7456 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7457 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7458 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7459 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7460 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7461 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7462 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7463 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7464 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7465 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7466 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7467 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7468 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7469 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7470 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7471 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7472 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7473 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7474 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7475 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7476 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7477 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7478 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7479 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7480 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7481 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7482 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7483 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7484 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7485 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7486 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7487 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7488 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7489 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7490 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7491 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7492 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7493 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7494 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7495 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7496 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7497 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7498 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7499 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7500 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7501 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7502 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7503 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7504 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7505 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7506 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7507 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7508 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7509 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7510 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7511 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7512 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7513 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7514 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7515 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7516 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7517 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7518 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7519 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7520 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7521 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7522 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7523 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7524 /src/net/ipv4/tcp_input.c @ Line 1027 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7525 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7526 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7527 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7528 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7529 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7530 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7531 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7532 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7533 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7534 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7535 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7536 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7537 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7538 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7539 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7540 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7541 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7542 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7543 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7544 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7545 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7546 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7547 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7548 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7549 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7550 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7551 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7552 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7553 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7554 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7555 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7556 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7557 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7558 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7559 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7560 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7561 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7562 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7563 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7564 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7565 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7566 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7567 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7568 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7569 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7570 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7571 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7572 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7573 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7574 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7575 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7576 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7577 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7578 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7579 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7580 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7581 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7582 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7583 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7584 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7585 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7586 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7587 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7588 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7589 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7590 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7591 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7592 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7593 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7594 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7595 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7596 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7597 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7598 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7599 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7600 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7601 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7602 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7603 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7604 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7605 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7606 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7607 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7608 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7609 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7610 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7611 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7612 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7613 /src/net/ipv4/tcp_input.c @ Line 1039 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7614 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7615 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7616 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7617 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7618 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7619 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7620 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7621 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7622 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7623 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7624 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7625 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7626 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7627 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
7628 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7629 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7630 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7631 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7632 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7633 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7634 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7635 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7636 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7637 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7638 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
7639 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7640 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
7641 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7642 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7643 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7644 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7645 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7646 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
7647 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7648 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7649 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7650 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7651 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7652 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7653 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7654 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7655 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7656 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7657 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7658 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7659 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7660 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7661 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7662 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7663 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7664 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7665 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7666 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7667 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7668 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7669 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7670 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7671 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7672 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7673 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7674 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7675 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7676 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7677 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7678 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7679 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7680 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7681 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7682 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7683 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7684 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7685 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7686 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7687 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7688 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7689 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7690 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7691 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7692 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7693 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7694 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7695 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7696 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7697 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7698 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7699 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7700 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7701 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7702 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7703 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7704 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7705 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7706 /src/net/ipv4/tcp_input.c @ Line 1070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7707 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7708 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7709 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7710 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7711 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7712 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7713 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7714 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7715 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7716 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7717 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7718 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7719 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7720 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7721 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7722 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7723 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7724 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7725 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7726 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7727 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7728 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7729 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7730 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7731 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7732 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7733 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7734 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7735 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7736 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7737 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7738 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7739 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7740 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7741 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7742 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7743 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7744 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7745 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7746 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7747 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7748 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7749 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7750 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7751 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7752 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7753 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7754 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7755 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7756 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7757 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7758 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7759 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7760 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7761 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7762 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7763 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7764 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7765 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7766 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7767 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7768 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7769 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7770 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7771 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7772 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7773 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7774 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7775 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7776 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7777 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7778 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7779 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7780 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7781 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7782 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7783 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7784 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7785 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7786 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7787 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7788 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7789 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7790 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7791 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7792 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7793 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7794 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7795 /src/net/ipv4/tcp_input.c @ Line 1171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7796 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7797 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7798 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7799 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7800 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7801 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7802 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7803 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7804 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7805 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7806 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7807 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7808 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7809 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7810 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7811 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7812 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7813 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7814 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7815 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7816 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7817 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7818 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7819 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7820 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7821 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7822 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7823 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7824 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7825 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7826 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7827 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7828 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7829 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7830 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7831 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7832 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7833 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7834 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7835 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7836 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7837 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7838 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7839 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7840 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7841 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7842 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7843 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7844 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7845 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7846 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7847 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7848 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7849 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7850 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7851 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7852 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7853 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7854 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7855 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7856 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7857 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7858 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7859 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7860 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7861 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7862 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7863 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7864 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7865 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7866 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7867 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7868 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7869 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7870 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7871 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7872 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7873 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7874 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7875 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7876 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7877 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7878 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7879 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7880 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7881 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7882 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7883 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7884 /src/net/ipv4/tcp_input.c @ Line 1760 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7885 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
7886 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7887 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
7888 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7889 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7890 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7891 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7892 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7893 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7894 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7895 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7896 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7897 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7898 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
7899 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7900 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7901 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7902 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7903 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7904 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7905 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
7906 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
7907 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
7908 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
7909 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
7910 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
7911 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
7912 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
7913 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
7914 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
7915 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
7916 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
7917 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
7918 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
7919 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
7920 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
7921 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
7922 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
7923 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
7924 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
7925 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
7926 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
7927 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
7928 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
7929 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
7930 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
7931 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
7932 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
7933 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
7934 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
7935 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
7936 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
7937 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
7938 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
7939 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
7940 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
7941 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
7942 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
7943 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
7944 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
7945 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
7946 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
7947 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
7948 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
7949 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
7950 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
7951 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
7952 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
7953 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
7954 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
7955 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
7956 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
7957 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
7958 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
7959 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
7960 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
7961 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
7962 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
7963 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
7964 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
7965 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
7966 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
7967 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
7968 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
7969 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
7970 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
7971 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
7972 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
7973 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
7974 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
7975 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
7976 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
7977 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
7978 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
7979 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
7980 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
7981 /src/net/ipv4/tcp_input.c @ Line 1964 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
7982 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
7983 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
7984 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
7985 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
7986 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
7987 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
7988 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
7989 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
7990 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
7991 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
7992 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
7993 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
7994 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
7995 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
7996 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
7997 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
7998 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
7999 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8000 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8001 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8002 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8003 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8004 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8005 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8006 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8007 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8008 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8009 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8010 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8011 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8012 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8013 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8014 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8015 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8016 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8017 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8018 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8019 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8020 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8021 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8022 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8023 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8024 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8025 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8026 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8027 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8028 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8029 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8030 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8031 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8032 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
8033 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8034 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8035 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8036 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8037 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8038 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8039 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8040 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8041 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8042 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8043 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
8044 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8045 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
8046 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8047 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8048 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8049 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8050 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8051 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
8052 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8053 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8054 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8055 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8056 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8057 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8058 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8059 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8060 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8061 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8062 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8063 /src/net/ipv4/tcp_input.c @ Line 2037 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8064 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8065 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8066 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8067 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8068 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8069 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8070 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8071 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8072 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8073 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8074 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8075 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8076 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8077 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8078 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8079 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8080 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8081 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8082 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8083 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8084 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8085 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8086 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8087 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8088 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8089 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8090 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8091 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8092 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8093 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8094 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8095 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8096 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8097 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8098 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8099 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8100 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8101 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8102 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8103 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8104 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8105 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8106 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8107 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8108 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8109 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8110 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8111 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8112 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8113 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8114 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8115 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8116 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8117 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8118 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8119 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8120 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8121 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8122 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8123 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8124 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8125 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8126 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8127 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8128 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8129 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8130 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8131 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8132 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8133 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8134 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8135 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8136 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8137 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8138 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8139 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8140 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8141 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8142 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8143 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8144 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8145 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8146 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8147 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8148 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8149 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8150 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8151 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8152 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8153 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
8154 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
8155 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
8156 /src/net/ipv4/tcp_input.c @ Line 2032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
8157 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8158 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8159 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8160 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8161 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8162 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8163 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8164 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8165 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8166 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8167 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8168 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8169 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8170 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8171 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8172 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8173 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8174 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8175 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8176 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8177 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8178 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8179 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8180 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8181 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8182 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8183 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8184 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8185 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8186 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8187 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8188 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8189 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8190 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8191 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8192 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8193 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8194 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8195 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8196 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8197 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8198 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8199 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8200 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8201 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8202 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8203 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8204 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8205 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8206 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8207 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8208 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8209 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8210 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8211 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8212 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8213 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8214 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8215 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8216 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8217 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8218 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8219 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8220 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8221 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8222 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8223 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8224 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8225 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8226 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8227 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8228 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8229 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8230 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8231 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8232 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8233 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8234 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8235 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8236 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8237 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8238 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8239 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8240 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8241 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8242 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8243 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8244 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8245 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8246 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
8247 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
8248 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
8249 /src/net/ipv4/tcp_input.c @ Line 2046 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
8250 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8251 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8252 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8253 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8254 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8255 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8256 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8257 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8258 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8259 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8260 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8261 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8262 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8263 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
8264 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8265 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8266 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8267 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8268 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8269 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8270 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8271 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8272 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8273 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8274 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
8275 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8276 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
8277 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8278 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8279 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8280 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8281 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8282 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
8283 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8284 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8285 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8286 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8287 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8288 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8289 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8290 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8291 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8292 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8293 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8294 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8295 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8296 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8297 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8298 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8299 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8300 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8301 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8302 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8303 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8304 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8305 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8306 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8307 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8308 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8309 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8310 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8311 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8312 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8313 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8314 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8315 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8316 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8317 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8318 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8319 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8320 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8321 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8322 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8323 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8324 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8325 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8326 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8327 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8328 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8329 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8330 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8331 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8332 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8333 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8334 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8335 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8336 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8337 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8338 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8339 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8340 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8341 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8342 /src/net/ipv4/tcp_input.c @ Line 2171 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8343 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8344 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8345 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8346 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8347 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8348 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8349 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8350 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8351 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8352 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8353 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8354 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8355 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8356 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8357 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8358 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8359 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8360 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8361 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8362 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8363 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8364 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8365 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8366 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8367 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8368 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8369 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8370 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8371 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8372 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8373 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8374 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8375 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8376 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8377 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8378 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8379 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8380 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8381 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8382 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8383 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8384 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8385 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8386 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8387 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8388 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8389 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8390 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8391 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8392 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8393 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8394 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8395 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8396 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8397 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8398 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8399 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8400 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8401 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8402 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8403 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8404 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8405 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8406 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8407 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8408 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8409 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8410 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8411 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8412 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8413 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8414 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8415 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8416 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8417 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8418 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8419 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8420 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8421 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8422 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8423 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8424 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8425 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8426 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8427 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8428 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8429 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8430 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8431 /src/net/ipv4/tcp_input.c @ Line 2361 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8432 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8433 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8434 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8435 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8436 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8437 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8438 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8439 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8440 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8441 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8442 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8443 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8444 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8445 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
8446 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8447 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8448 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8449 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8450 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8451 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8452 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8453 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8454 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8455 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8456 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
8457 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8458 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
8459 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8460 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8461 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8462 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8463 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8464 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
8465 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8466 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8467 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8468 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8469 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8470 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8471 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8472 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8473 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8474 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8475 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8476 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8477 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8478 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8479 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8480 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8481 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8482 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8483 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8484 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8485 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8486 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8487 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8488 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8489 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8490 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8491 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8492 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8493 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8494 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8495 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8496 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8497 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8498 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8499 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8500 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8501 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8502 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8503 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8504 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8505 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8506 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8507 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8508 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8509 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8510 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8511 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8512 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8513 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8514 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8515 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8516 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8517 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8518 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8519 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8520 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8521 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8522 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8523 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8524 /src/net/ipv4/tcp_input.c @ Line 2464 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8525 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8526 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8527 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8528 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8529 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8530 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8531 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8532 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8533 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8534 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8535 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8536 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8537 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8538 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
8539 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8540 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8541 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8542 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8543 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8544 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8545 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8546 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8547 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8548 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8549 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
8550 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8551 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
8552 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8553 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8554 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8555 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8556 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8557 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
8558 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8559 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8560 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8561 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8562 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8563 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8564 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8565 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8566 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8567 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8568 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8569 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8570 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8571 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8572 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8573 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8574 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8575 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8576 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8577 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8578 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8579 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8580 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8581 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8582 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8583 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8584 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8585 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8586 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8587 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8588 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8589 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8590 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8591 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8592 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8593 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8594 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8595 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8596 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8597 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8598 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8599 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8600 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8601 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8602 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8603 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8604 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8605 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8606 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8607 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8608 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8609 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8610 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8611 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8612 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8613 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8614 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8615 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8616 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8617 /src/net/ipv4/tcp_input.c @ Line 2371 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8618 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8619 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8620 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8621 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8622 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8623 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8624 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8625 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8626 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8627 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8628 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8629 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8630 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8631 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8632 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8633 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8634 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8635 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8636 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8637 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8638 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8639 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8640 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8641 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8642 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8643 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8644 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8645 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8646 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8647 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8648 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8649 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8650 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8651 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8652 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8653 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8654 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8655 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8656 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8657 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8658 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8659 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8660 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8661 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8662 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8663 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8664 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8665 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8666 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8667 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8668 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8669 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8670 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8671 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8672 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8673 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8674 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8675 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8676 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8677 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8678 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8679 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8680 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8681 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8682 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8683 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8684 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8685 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8686 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8687 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8688 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8689 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8690 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8691 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8692 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8693 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8694 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8695 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8696 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8697 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8698 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8699 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8700 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8701 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8702 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8703 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8704 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8705 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8706 /src/net/ipv4/tcp_input.c @ Line 3442 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8707 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8708 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8709 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8710 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8711 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8712 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8713 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8714 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8715 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8716 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8717 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8718 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8719 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8720 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8721 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8722 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8723 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8724 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8725 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8726 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8727 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8728 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8729 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8730 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8731 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8732 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8733 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8734 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8735 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8736 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8737 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8738 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8739 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8740 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8741 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8742 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8743 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8744 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8745 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8746 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8747 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8748 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8749 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8750 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8751 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8752 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8753 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8754 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8755 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8756 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8757 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8758 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8759 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8760 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8761 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8762 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8763 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8764 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8765 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8766 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8767 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8768 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8769 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8770 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8771 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8772 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8773 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8774 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8775 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8776 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8777 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8778 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8779 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8780 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8781 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8782 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8783 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8784 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8785 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8786 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8787 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8788 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8789 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8790 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8791 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8792 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8793 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8794 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8795 /src/net/ipv4/tcp_input.c @ Line 3452 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8796 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8797 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8798 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8799 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8800 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8801 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8802 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8803 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8804 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8805 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8806 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8807 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8808 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8809 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8810 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8811 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8812 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8813 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8814 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8815 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8816 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8817 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8818 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8819 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8820 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8821 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8822 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8823 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8824 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8825 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8826 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8827 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8828 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8829 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8830 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8831 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8832 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8833 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8834 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8835 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8836 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8837 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8838 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8839 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8840 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8841 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8842 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8843 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8844 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8845 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8846 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8847 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8848 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8849 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8850 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8851 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8852 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8853 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8854 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8855 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8856 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8857 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8858 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8859 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8860 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8861 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8862 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8863 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8864 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8865 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8866 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8867 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8868 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8869 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8870 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8871 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8872 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8873 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8874 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8875 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8876 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8877 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8878 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8879 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8880 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8881 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8882 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8883 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8884 /src/net/ipv4/tcp_input.c @ Line 3432 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8885 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8886 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8887 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8888 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8889 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8890 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8891 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8892 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8893 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8894 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8895 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8896 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8897 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8898 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8899 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8900 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8901 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8902 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8903 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8904 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8905 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8906 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8907 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8908 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8909 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8910 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
8911 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
8912 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
8913 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
8914 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
8915 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
8916 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
8917 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
8918 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
8919 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
8920 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
8921 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
8922 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
8923 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
8924 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
8925 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
8926 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
8927 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
8928 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
8929 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
8930 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
8931 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
8932 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
8933 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
8934 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
8935 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
8936 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
8937 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
8938 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
8939 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
8940 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
8941 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
8942 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
8943 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
8944 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
8945 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
8946 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
8947 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
8948 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
8949 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
8950 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
8951 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
8952 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
8953 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
8954 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
8955 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
8956 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
8957 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
8958 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
8959 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
8960 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
8961 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
8962 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
8963 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
8964 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
8965 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
8966 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
8967 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
8968 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
8969 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
8970 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
8971 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
8972 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
8973 /src/net/ipv4/tcp_input.c @ Line 3572 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
8974 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
8975 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
8976 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
8977 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
8978 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
8979 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
8980 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
8981 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
8982 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
8983 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
8984 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
8985 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
8986 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
8987 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
8988 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
8989 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
8990 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
8991 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
8992 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
8993 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
8994 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
8995 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
8996 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
8997 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
8998 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
8999 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9000 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9001 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9002 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9003 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9004 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9005 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9006 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9007 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9008 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9009 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9010 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9011 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9012 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9013 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9014 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9015 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9016 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9017 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9018 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9019 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9020 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9021 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9022 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9023 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9024 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9025 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9026 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9027 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9028 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9029 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9030 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9031 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9032 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9033 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9034 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9035 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9036 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9037 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9038 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9039 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9040 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9041 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9042 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9043 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9044 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9045 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9046 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9047 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9048 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9049 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9050 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9051 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9052 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9053 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9054 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9055 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9056 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9057 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9058 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9059 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9060 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9061 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9062 /src/net/ipv4/tcp_input.c @ Line 3578 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9063 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9064 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9065 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9066 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9067 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9068 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9069 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9070 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9071 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9072 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9073 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9074 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9075 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9076 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9077 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9078 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9079 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9080 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9081 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9082 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9083 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9084 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9085 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9086 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9087 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9088 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9089 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9090 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9091 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9092 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9093 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9094 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9095 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9096 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9097 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9098 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9099 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9100 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9101 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9102 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9103 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9104 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9105 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9106 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9107 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9108 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9109 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9110 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9111 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9112 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9113 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9114 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9115 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9116 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9117 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9118 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9119 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9120 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9121 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9122 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9123 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9124 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9125 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9126 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9127 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9128 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9129 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9130 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9131 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9132 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9133 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9134 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9135 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9136 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9137 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9138 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9139 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9140 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9141 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9142 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9143 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9144 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9145 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9146 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9147 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9148 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9149 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9150 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9151 /src/net/ipv4/tcp_input.c @ Line 4068 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9152 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9153 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9154 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9155 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9156 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9157 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9158 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9159 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9160 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9161 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9162 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9163 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9164 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9165 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9166 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9167 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9168 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9169 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9170 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9171 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9172 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9173 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9174 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9175 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9176 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9177 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9178 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9179 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9180 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9181 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9182 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9183 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9184 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9185 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9186 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9187 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9188 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9189 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9190 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9191 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9192 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9193 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9194 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9195 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9196 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9197 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9198 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9199 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9200 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9201 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9202 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9203 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9204 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9205 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9206 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9207 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9208 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9209 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9210 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9211 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9212 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9213 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9214 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9215 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9216 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9217 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9218 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9219 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9220 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9221 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9222 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9223 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9224 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9225 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9226 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9227 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9228 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9229 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9230 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9231 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9232 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9233 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9234 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9235 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9236 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9237 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9238 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9239 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9240 /src/net/ipv4/tcp_input.c @ Line 4090 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9241 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9242 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9243 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9244 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9245 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9246 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9247 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9248 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9249 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9250 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9251 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9252 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9253 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9254 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9255 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9256 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9257 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9258 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9259 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9260 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9261 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9262 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9263 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9264 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9265 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9266 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9267 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9268 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9269 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9270 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9271 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9272 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9273 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9274 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9275 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9276 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9277 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9278 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9279 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9280 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9281 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9282 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9283 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9284 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9285 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9286 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9287 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9288 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9289 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9290 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9291 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9292 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9293 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9294 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9295 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9296 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9297 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9298 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9299 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9300 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9301 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9302 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9303 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9304 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9305 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9306 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9307 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9308 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9309 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9310 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9311 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9312 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9313 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9314 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9315 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9316 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9317 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9318 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9319 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9320 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9321 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9322 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9323 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9324 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9325 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9326 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9327 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9328 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9329 /src/net/ipv4/tcp_input.c @ Line 4411 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9330 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9331 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9332 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9333 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9334 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9335 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9336 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9337 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9338 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9339 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9340 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9341 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9342 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9343 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
9344 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9345 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9346 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9347 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9348 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9349 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9350 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9351 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9352 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9353 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9354 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
9355 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9356 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
9357 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9358 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9359 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9360 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9361 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9362 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
9363 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9364 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9365 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9366 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9367 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9368 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9369 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9370 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9371 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9372 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9373 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9374 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9375 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9376 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9377 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9378 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9379 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9380 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9381 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9382 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9383 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9384 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9385 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9386 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9387 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9388 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9389 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9390 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9391 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9392 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9393 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9394 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9395 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9396 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9397 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9398 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9399 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9400 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9401 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9402 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9403 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9404 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9405 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9406 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9407 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9408 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9409 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9410 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9411 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9412 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9413 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9414 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9415 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9416 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9417 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9418 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9419 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9420 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9421 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9422 /src/net/ipv4/tcp_input.c @ Line 4513 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9423 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9424 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9425 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9426 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9427 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9428 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9429 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9430 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9431 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9432 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9433 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9434 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9435 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9436 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9437 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9438 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9439 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9440 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9441 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9442 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9443 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9444 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9445 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9446 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9447 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9448 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9449 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9450 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9451 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9452 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9453 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9454 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9455 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9456 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9457 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9458 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9459 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9460 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9461 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9462 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9463 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9464 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9465 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9466 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9467 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9468 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9469 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9470 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9471 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9472 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9473 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9474 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9475 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9476 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9477 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9478 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9479 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9480 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9481 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9482 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9483 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9484 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9485 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9486 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9487 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9488 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9489 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9490 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9491 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9492 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9493 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9494 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9495 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9496 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9497 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9498 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9499 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9500 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9501 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9502 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9503 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9504 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9505 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9506 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9507 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9508 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9509 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9510 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9511 /src/net/ipv4/tcp_input.c @ Line 4213 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9512 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9513 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9514 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9515 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9516 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9517 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9518 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9519 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9520 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9521 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9522 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9523 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9524 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9525 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9526 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9527 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9528 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9529 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9530 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9531 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9532 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9533 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9534 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9535 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9536 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9537 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9538 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9539 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9540 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9541 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9542 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9543 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9544 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9545 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9546 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9547 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9548 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9549 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9550 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9551 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9552 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9553 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9554 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9555 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9556 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9557 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9558 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9559 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9560 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9561 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9562 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9563 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9564 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9565 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9566 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9567 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9568 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9569 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9570 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9571 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9572 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9573 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9574 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9575 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9576 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9577 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9578 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9579 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9580 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9581 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9582 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9583 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9584 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9585 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9586 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9587 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9588 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9589 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9590 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9591 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9592 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9593 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9594 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9595 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9596 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9597 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9598 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9599 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9600 /src/net/ipv4/tcp_input.c @ Line 6005 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9601 /src/net/ipv4/tcp_input.c @ Line 5149 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
9602 /src/net/ipv4/tcp_input.c @ Line 5541 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
9603 /src/net/ipv4/tcp_ipv4.c @ Line 2285 coccinelle preceding lock on line 2269 1
9604 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_bound_dev_if' 1
9605 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_incoming_cpu' 1
9606 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->__sk_common.skc_ipv6only' 1
9607 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_ll_usec' 1
9608 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_mark' 1
9609 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_max_ack_backlog' 1
9610 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_max_pacing_rate' 1
9611 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_pacing_rate' 1
9612 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_peek_off' 1
9613 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_priority' 1
9614 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_protocol' 1
9615 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_rcvbuf' 1
9616 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_rcvlowat' 1
9617 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_shutdown' 1
9618 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_sndbuf' 1
9619 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_timer.expires' 1
9620 /src/net/ipv4/tcp_minisocks.c @ Line 92 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tw->sk_tsflags' 1
9621 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9622 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9623 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9624 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9625 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9626 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9627 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9628 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9629 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9630 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9631 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9632 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9633 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9634 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9635 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9636 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9637 /src/net/ipv4/tcp_minisocks.c @ Line 400 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9638 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->__sk_common.skc_bound_dev_if' 1
9639 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->__sk_common.skc_hash' 1
9640 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->__sk_common.skc_incoming_cpu' 1
9641 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->__sk_common.skc_ipv6only' 1
9642 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->csum_start' 1
9643 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->data_len' 1
9644 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->inner_mac_header' 1
9645 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->inner_network_header' 1
9646 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->inner_transport_header' 1
9647 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->ip_defrag_offset' 1
9648 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->len' 1
9649 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->mac_header' 1
9650 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->mac_len' 1
9651 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->network_header' 1
9652 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->csum_start' 1
9653 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->data_len' 1
9654 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->inner_mac_header' 1
9655 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->inner_network_header' 1
9656 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->inner_transport_header' 1
9657 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->ip_defrag_offset' 1
9658 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->len' 1
9659 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->mac_header' 1
9660 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->mac_len' 1
9661 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->network_header' 1
9662 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->tail' 1
9663 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->next->transport_header' 1
9664 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->tail' 1
9665 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_error_queue.prev->transport_header' 1
9666 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_forward_alloc' 1
9667 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_ll_usec' 1
9668 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_mark' 1
9669 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_max_ack_backlog' 1
9670 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_max_pacing_rate' 1
9671 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_pacing_rate' 1
9672 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_peek_off' 1
9673 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_priority' 1
9674 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_protocol' 1
9675 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_rcvbuf' 1
9676 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_rcvlowat' 1
9677 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->csum_start' 1
9678 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->data_len' 1
9679 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->inner_mac_header' 1
9680 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->inner_network_header' 1
9681 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->inner_transport_header' 1
9682 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->ip_defrag_offset' 1
9683 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->len' 1
9684 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->mac_header' 1
9685 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->mac_len' 1
9686 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->network_header' 1
9687 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->csum_start' 1
9688 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->data_len' 1
9689 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->inner_mac_header' 1
9690 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->inner_network_header' 1
9691 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->inner_transport_header' 1
9692 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9693 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->len' 1
9694 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->mac_header' 1
9695 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->mac_len' 1
9696 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->network_header' 1
9697 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->protocol' 1
9698 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->tail' 1
9699 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->transport_header' 1
9700 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->truesize' 1
9701 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->next->vlan_tci' 1
9702 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->protocol' 1
9703 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->tail' 1
9704 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->transport_header' 1
9705 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->truesize' 1
9706 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_receive_queue.prev->vlan_tci' 1
9707 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_shutdown' 1
9708 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_sndbuf' 1
9709 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_socket->type' 1
9710 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_timer.expires' 1
9711 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_timer.flags' 1
9712 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_tsflags' 1
9713 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_type' 1
9714 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_wmem_queued' 1
9715 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_write_queue.prev->ip_defrag_offset' 1
9716 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_write_queue.prev->len' 1
9717 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_write_queue.prev->next->ip_defrag_offset' 1
9718 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_write_queue.prev->next->len' 1
9719 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_write_queue.prev->next->tail' 1
9720 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'oldtp->sk_write_queue.prev->tail' 1
9721 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->__sk_common.skc_bound_dev_if' 1
9722 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->__sk_common.skc_hash' 1
9723 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->__sk_common.skc_ipv6only' 1
9724 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_ll_usec' 1
9725 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_max_ack_backlog' 1
9726 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_max_pacing_rate' 1
9727 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_pacing_rate' 1
9728 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_peek_off' 1
9729 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_protocol' 1
9730 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_rcvbuf' 1
9731 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_rcvlowat' 1
9732 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_shutdown' 1
9733 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_sndbuf' 1
9734 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_timer.expires' 1
9735 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_timer.flags' 1
9736 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_tsflags' 1
9737 /src/net/ipv4/tcp_minisocks.c @ Line 435 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newtp->sk_type' 1
9738 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_bound_dev_if' 1
9739 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_incoming_cpu' 1
9740 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__sk_common.skc_ipv6only' 1
9741 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_ll_usec' 1
9742 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_mark' 1
9743 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_max_ack_backlog' 1
9744 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_max_pacing_rate' 1
9745 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_pacing_rate' 1
9746 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_peek_off' 1
9747 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_priority' 1
9748 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_protocol' 1
9749 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_rcvbuf' 1
9750 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_rcvlowat' 1
9751 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_shutdown' 1
9752 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_sndbuf' 1
9753 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_timer.expires' 1
9754 /src/net/ipv4/tcp_minisocks.c @ Line 570 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->sk_tsflags' 1
9755 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9756 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9757 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9758 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9759 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9760 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9761 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9762 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9763 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9764 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9765 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9766 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9767 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9768 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9769 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9770 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9771 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9772 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9773 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9774 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9775 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9776 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9777 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9778 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9779 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9780 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9781 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9782 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9783 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9784 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9785 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9786 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9787 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9788 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9789 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9790 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9791 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9792 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9793 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9794 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9795 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9796 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9797 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9798 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9799 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9800 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9801 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9802 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9803 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9804 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9805 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9806 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9807 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9808 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9809 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
9810 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9811 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9812 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9813 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9814 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9815 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9816 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9817 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9818 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9819 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9820 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
9821 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9822 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
9823 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9824 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9825 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9826 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9827 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9828 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
9829 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9830 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9831 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9832 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9833 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9834 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9835 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9836 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9837 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9838 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9839 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9840 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9841 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9842 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9843 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9844 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9845 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9846 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9847 /src/net/ipv4/tcp_output.c @ Line 53 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9848 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9849 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9850 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9851 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9852 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9853 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9854 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9855 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9856 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9857 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9858 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9859 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9860 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9861 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9862 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9863 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9864 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9865 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9866 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9867 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9868 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9869 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9870 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9871 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9872 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9873 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9874 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9875 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9876 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9877 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9878 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9879 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9880 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9881 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9882 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9883 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9884 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9885 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9886 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9887 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9888 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9889 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9890 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9891 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9892 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9893 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9894 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9895 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9896 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9897 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9898 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9899 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9900 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9901 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9902 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
9903 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9904 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9905 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9906 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
9907 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
9908 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
9909 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
9910 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
9911 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
9912 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
9913 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
9914 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
9915 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
9916 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
9917 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
9918 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
9919 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
9920 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
9921 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
9922 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
9923 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
9924 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
9925 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
9926 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
9927 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
9928 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
9929 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
9930 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
9931 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
9932 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
9933 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
9934 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
9935 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
9936 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
9937 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
9938 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
9939 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
9940 /src/net/ipv4/tcp_output.c @ Line 160 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
9941 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
9942 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
9943 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
9944 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
9945 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
9946 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
9947 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
9948 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
9949 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
9950 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
9951 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
9952 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
9953 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
9954 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
9955 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
9956 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
9957 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
9958 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
9959 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
9960 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
9961 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
9962 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
9963 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
9964 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
9965 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
9966 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
9967 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
9968 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
9969 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
9970 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
9971 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
9972 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
9973 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
9974 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
9975 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
9976 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
9977 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
9978 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
9979 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
9980 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
9981 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
9982 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
9983 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
9984 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
9985 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
9986 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
9987 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
9988 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
9989 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
9990 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
9991 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
9992 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
9993 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
9994 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
9995 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
9996 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
9997 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
9998 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
9999 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10000 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10001 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10002 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10003 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10004 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10005 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10006 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10007 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10008 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10009 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10010 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10011 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10012 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10013 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10014 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10015 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10016 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10017 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10018 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10019 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10020 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10021 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10022 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10023 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10024 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10025 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10026 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10027 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10028 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10029 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10030 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10031 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10032 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10033 /src/net/ipv4/tcp_output.c @ Line 609 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10034 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10035 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10036 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10037 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10038 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10039 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10040 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10041 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10042 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10043 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10044 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10045 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10046 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10047 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10048 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10049 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10050 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10051 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10052 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10053 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10054 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10055 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10056 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10057 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10058 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10059 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10060 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10061 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10062 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10063 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10064 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10065 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10066 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10067 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10068 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10069 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10070 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10071 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10072 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10073 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10074 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10075 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10076 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10077 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10078 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10079 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10080 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10081 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10082 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10083 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10084 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10085 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10086 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10087 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10088 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10089 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10090 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10091 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10092 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10093 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10094 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10095 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10096 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10097 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10098 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10099 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10100 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10101 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10102 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10103 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10104 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10105 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10106 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10107 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10108 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10109 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10110 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10111 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10112 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10113 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10114 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10115 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10116 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10117 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10118 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10119 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10120 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10121 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10122 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10123 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10124 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10125 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10126 /src/net/ipv4/tcp_output.c @ Line 708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10127 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10128 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10129 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10130 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10131 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10132 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10133 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10134 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10135 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10136 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10137 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10138 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10139 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10140 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10141 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10142 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10143 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10144 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10145 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10146 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10147 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10148 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10149 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10150 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10151 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10152 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10153 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10154 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10155 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10156 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10157 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10158 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10159 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10160 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10161 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10162 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10163 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10164 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10165 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10166 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10167 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10168 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10169 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10170 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10171 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10172 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10173 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10174 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10175 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10176 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10177 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10178 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10179 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10180 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10181 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10182 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10183 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10184 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10185 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10186 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10187 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10188 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10189 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10190 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10191 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10192 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10193 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10194 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10195 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10196 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10197 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10198 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10199 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10200 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10201 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10202 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10203 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10204 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10205 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10206 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10207 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10208 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10209 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10210 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10211 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10212 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10213 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10214 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
10215 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->__sk_common.skc_hash' 1
10216 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
10217 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
10218 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_forward_alloc' 1
10219 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_ll_usec' 1
10220 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_mark' 1
10221 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_max_ack_backlog' 1
10222 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_max_pacing_rate' 1
10223 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_pacing_rate' 1
10224 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_peek_off' 1
10225 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_priority' 1
10226 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_protocol' 1
10227 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_rcvbuf' 1
10228 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_rcvlowat' 1
10229 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_shutdown' 1
10230 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_sndbuf' 1
10231 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_timer.expires' 1
10232 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_timer.flags' 1
10233 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_tsflags' 1
10234 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_type' 1
10235 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->__req_common.skc_listener->sk_wmem_queued' 1
10236 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->rsk_timer.expires' 1
10237 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->rsk_timer.flags' 1
10238 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->saved_syn->mac_hdrlen' 1
10239 /src/net/ipv4/tcp_output.c @ Line 724 smatch.smatch_kernel_user_data set_param_user_data: no type for 'ireq->saved_syn->network_hdrlen' 1
10240 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10241 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10242 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10243 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10244 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10245 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10246 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10247 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10248 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10249 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10250 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10251 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10252 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10253 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10254 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10255 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10256 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10257 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10258 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10259 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10260 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10261 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10262 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10263 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10264 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10265 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10266 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10267 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10268 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10269 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10270 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10271 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10272 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10273 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10274 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10275 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10276 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10277 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10278 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10279 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10280 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10281 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10282 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10283 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10284 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10285 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10286 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10287 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10288 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10289 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10290 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10291 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10292 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10293 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10294 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10295 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10296 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10297 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10298 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10299 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10300 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10301 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10302 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10303 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10304 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10305 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10306 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10307 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10308 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10309 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10310 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10311 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10312 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10313 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10314 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10315 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10316 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10317 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10318 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10319 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10320 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10321 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10322 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10323 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10324 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10325 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10326 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10327 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10328 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10329 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10330 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10331 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10332 /src/net/ipv4/tcp_output.c @ Line 407 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10333 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10334 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10335 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10336 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10337 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10338 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10339 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10340 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10341 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10342 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10343 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10344 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10345 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10346 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10347 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10348 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10349 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10350 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10351 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10352 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10353 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10354 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10355 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10356 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10357 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10358 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10359 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10360 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10361 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10362 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10363 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10364 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10365 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10366 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10367 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10368 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10369 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10370 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10371 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10372 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10373 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10374 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10375 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10376 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10377 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10378 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10379 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10380 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10381 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10382 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10383 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10384 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10385 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10386 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10387 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10388 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10389 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10390 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10391 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10392 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10393 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10394 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10395 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10396 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10397 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10398 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10399 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10400 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10401 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10402 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10403 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10404 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10405 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10406 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10407 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10408 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10409 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10410 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10411 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10412 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10413 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10414 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10415 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10416 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10417 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10418 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10419 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10420 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10421 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10422 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10423 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10424 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10425 /src/net/ipv4/tcp_output.c @ Line 1934 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10426 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10427 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10428 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10429 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10430 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10431 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10432 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10433 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10434 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10435 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10436 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10437 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10438 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10439 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10440 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10441 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10442 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10443 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10444 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10445 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10446 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10447 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10448 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10449 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10450 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10451 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10452 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10453 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10454 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10455 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10456 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10457 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10458 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10459 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10460 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10461 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10462 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10463 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10464 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10465 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10466 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10467 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10468 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10469 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10470 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10471 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10472 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10473 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10474 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10475 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10476 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10477 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10478 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10479 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10480 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10481 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10482 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10483 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10484 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10485 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10486 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10487 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10488 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10489 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10490 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10491 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10492 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10493 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10494 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10495 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10496 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10497 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10498 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10499 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10500 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10501 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10502 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10503 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10504 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10505 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10506 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10507 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10508 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10509 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10510 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10511 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10512 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10513 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10514 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10515 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10516 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10517 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10518 /src/net/ipv4/tcp_output.c @ Line 1948 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10519 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10520 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10521 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10522 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10523 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10524 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10525 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10526 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10527 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10528 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10529 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10530 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10531 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10532 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10533 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10534 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10535 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10536 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10537 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10538 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10539 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10540 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10541 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10542 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10543 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10544 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10545 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10546 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10547 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10548 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10549 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10550 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10551 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10552 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10553 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10554 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10555 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10556 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10557 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10558 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10559 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10560 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10561 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10562 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10563 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10564 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10565 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10566 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10567 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10568 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10569 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10570 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10571 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10572 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10573 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10574 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10575 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10576 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10577 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10578 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10579 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10580 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10581 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10582 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10583 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10584 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10585 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10586 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10587 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10588 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10589 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10590 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10591 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10592 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10593 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10594 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10595 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10596 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10597 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10598 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10599 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10600 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10601 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10602 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10603 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10604 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10605 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10606 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10607 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10608 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10609 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10610 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10611 /src/net/ipv4/tcp_output.c @ Line 2093 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10612 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10613 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10614 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10615 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10616 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10617 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10618 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10619 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10620 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10621 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10622 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10623 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10624 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10625 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10626 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10627 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10628 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10629 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10630 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10631 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10632 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10633 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10634 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10635 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10636 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10637 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10638 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10639 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10640 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10641 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10642 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10643 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10644 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10645 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10646 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10647 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10648 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10649 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10650 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10651 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10652 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10653 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10654 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10655 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10656 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10657 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10658 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10659 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10660 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10661 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10662 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10663 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10664 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10665 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10666 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10667 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10668 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10669 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10670 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10671 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10672 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10673 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10674 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10675 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10676 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10677 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10678 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10679 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10680 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10681 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10682 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10683 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10684 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10685 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10686 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10687 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10688 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10689 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10690 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10691 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10692 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10693 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10694 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10695 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10696 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10697 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10698 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10699 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10700 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10701 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10702 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10703 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10704 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10705 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mark' 1
10706 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mark' 1
10707 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->priority' 1
10708 /src/net/ipv4/tcp_output.c @ Line 2541 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->priority' 1
10709 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10710 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10711 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10712 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10713 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10714 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10715 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10716 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10717 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10718 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10719 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10720 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10721 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10722 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10723 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10724 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10725 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10726 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10727 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10728 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10729 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10730 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10731 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10732 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10733 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10734 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10735 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10736 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10737 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10738 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10739 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10740 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10741 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10742 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10743 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10744 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10745 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10746 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10747 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10748 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10749 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10750 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10751 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10752 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10753 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10754 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10755 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10756 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10757 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10758 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10759 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10760 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10761 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10762 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10763 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10764 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10765 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10766 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10767 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10768 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10769 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10770 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10771 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10772 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10773 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10774 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10775 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10776 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10777 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10778 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10779 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10780 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10781 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10782 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10783 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10784 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10785 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10786 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10787 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10788 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10789 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10790 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10791 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10792 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10793 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10794 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10795 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10796 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10797 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10798 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10799 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10800 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10801 /src/net/ipv4/tcp_output.c @ Line 2029 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10802 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10803 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10804 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10805 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10806 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10807 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10808 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10809 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10810 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10811 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10812 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10813 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10814 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10815 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10816 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10817 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10818 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10819 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10820 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10821 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10822 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10823 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10824 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10825 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10826 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10827 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10828 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10829 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10830 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10831 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10832 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10833 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10834 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10835 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10836 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10837 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10838 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10839 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10840 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10841 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10842 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10843 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10844 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10845 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10846 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10847 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10848 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10849 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10850 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10851 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10852 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10853 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10854 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10855 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10856 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mark' 1
10857 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10858 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10859 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10860 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10861 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10862 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10863 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10864 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10865 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10866 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10867 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mark' 1
10868 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10869 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->priority' 1
10870 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10871 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10872 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10873 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10874 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10875 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->priority' 1
10876 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10877 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10878 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10879 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10880 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10881 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10882 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10883 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10884 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10885 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10886 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10887 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10888 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10889 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10890 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10891 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10892 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10893 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10894 /src/net/ipv4/tcp_output.c @ Line 2070 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10895 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10896 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10897 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10898 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10899 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10900 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10901 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10902 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10903 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10904 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10905 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10906 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10907 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10908 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10909 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10910 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
10911 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
10912 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
10913 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
10914 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
10915 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
10916 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
10917 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
10918 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
10919 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
10920 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
10921 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
10922 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
10923 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
10924 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
10925 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
10926 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
10927 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
10928 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
10929 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
10930 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
10931 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
10932 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
10933 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
10934 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
10935 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
10936 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
10937 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
10938 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
10939 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
10940 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
10941 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
10942 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
10943 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
10944 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
10945 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
10946 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
10947 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
10948 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
10949 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
10950 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
10951 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
10952 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
10953 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
10954 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
10955 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
10956 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
10957 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
10958 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
10959 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
10960 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
10961 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
10962 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
10963 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
10964 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
10965 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
10966 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
10967 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
10968 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
10969 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
10970 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
10971 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
10972 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
10973 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
10974 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
10975 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
10976 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
10977 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
10978 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
10979 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
10980 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
10981 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
10982 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
10983 /src/net/ipv4/tcp_recovery.c @ Line 36 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
10984 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_bound_dev_if' 1
10985 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_hash' 1
10986 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_incoming_cpu' 1
10987 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->__sk_common.skc_ipv6only' 1
10988 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->csum_start' 1
10989 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->data_len' 1
10990 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_mac_header' 1
10991 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_network_header' 1
10992 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->inner_transport_header' 1
10993 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->ip_defrag_offset' 1
10994 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->len' 1
10995 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_header' 1
10996 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->mac_len' 1
10997 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->network_header' 1
10998 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->csum_start' 1
10999 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->data_len' 1
11000 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_mac_header' 1
11001 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_network_header' 1
11002 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->inner_transport_header' 1
11003 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->ip_defrag_offset' 1
11004 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->len' 1
11005 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_header' 1
11006 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->mac_len' 1
11007 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->network_header' 1
11008 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->tail' 1
11009 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->transport_header' 1
11010 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->tail' 1
11011 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->transport_header' 1
11012 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_forward_alloc' 1
11013 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_ll_usec' 1
11014 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_mark' 1
11015 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_ack_backlog' 1
11016 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_max_pacing_rate' 1
11017 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_pacing_rate' 1
11018 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_peek_off' 1
11019 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_priority' 1
11020 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_protocol' 1
11021 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvbuf' 1
11022 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_rcvlowat' 1
11023 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->csum_start' 1
11024 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->data_len' 1
11025 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_mac_header' 1
11026 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_network_header' 1
11027 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->inner_transport_header' 1
11028 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->ip_defrag_offset' 1
11029 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->len' 1
11030 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_header' 1
11031 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->mac_len' 1
11032 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->network_header' 1
11033 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->csum_start' 1
11034 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->data_len' 1
11035 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_mac_header' 1
11036 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_network_header' 1
11037 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->inner_transport_header' 1
11038 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->ip_defrag_offset' 1
11039 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->len' 1
11040 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_header' 1
11041 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->mac_len' 1
11042 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->network_header' 1
11043 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->protocol' 1
11044 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->tail' 1
11045 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->transport_header' 1
11046 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->truesize' 1
11047 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->next->vlan_tci' 1
11048 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->protocol' 1
11049 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->tail' 1
11050 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->transport_header' 1
11051 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->truesize' 1
11052 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_receive_queue.prev->vlan_tci' 1
11053 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_shutdown' 1
11054 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_sndbuf' 1
11055 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_socket->type' 1
11056 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.expires' 1
11057 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_timer.flags' 1
11058 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_tsflags' 1
11059 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_type' 1
11060 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_wmem_queued' 1
11061 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->ip_defrag_offset' 1
11062 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->len' 1
11063 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->ip_defrag_offset' 1
11064 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->len' 1
11065 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->next->tail' 1
11066 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_write_queue.prev->tail' 1
11067 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->protocol' 1
11068 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->truesize' 1
11069 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->next->vlan_tci' 1
11070 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->protocol' 1
11071 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->truesize' 1
11072 /src/net/ipv4/tcp_recovery.c @ Line 121 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tp->sk_error_queue.prev->vlan_tci' 1
11073 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->__sk_common.skc_bound_dev_if' 1
11074 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->__sk_common.skc_hash' 1
11075 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->__sk_common.skc_incoming_cpu' 1
11076 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->__sk_common.skc_ipv6only' 1
11077 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->csum_start' 1
11078 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->data_len' 1
11079 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->inner_mac_header' 1
11080 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->inner_network_header' 1
11081 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->inner_transport_header' 1
11082 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->ip_defrag_offset' 1
11083 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->len' 1
11084 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->mac_header' 1
11085 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->mac_len' 1
11086 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->network_header' 1
11087 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->csum_start' 1
11088 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->data_len' 1
11089 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->inner_mac_header' 1
11090 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->inner_network_header' 1
11091 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->inner_transport_header' 1
11092 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->ip_defrag_offset' 1
11093 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->len' 1
11094 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->mac_header' 1
11095 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->mac_len' 1
11096 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->network_header' 1
11097 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->protocol' 1
11098 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->tail' 1
11099 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->transport_header' 1
11100 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->truesize' 1
11101 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->next->vlan_tci' 1
11102 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->protocol' 1
11103 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->tail' 1
11104 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->transport_header' 1
11105 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->truesize' 1
11106 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_error_queue.prev->vlan_tci' 1
11107 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_forward_alloc' 1
11108 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_ll_usec' 1
11109 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_mark' 1
11110 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_max_ack_backlog' 1
11111 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_max_pacing_rate' 1
11112 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_pacing_rate' 1
11113 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_peek_off' 1
11114 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_priority' 1
11115 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_protocol' 1
11116 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_rcvbuf' 1
11117 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_rcvlowat' 1
11118 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->csum_start' 1
11119 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->data_len' 1
11120 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->inner_mac_header' 1
11121 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->inner_network_header' 1
11122 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->inner_transport_header' 1
11123 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->ip_defrag_offset' 1
11124 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->len' 1
11125 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->mac_header' 1
11126 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->mac_len' 1
11127 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->network_header' 1
11128 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->csum_start' 1
11129 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->data_len' 1
11130 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->inner_mac_header' 1
11131 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->inner_network_header' 1
11132 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->inner_transport_header' 1
11133 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->ip_defrag_offset' 1
11134 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->len' 1
11135 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->mac_header' 1
11136 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->mac_len' 1
11137 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->network_header' 1
11138 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->protocol' 1
11139 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->tail' 1
11140 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->transport_header' 1
11141 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->truesize' 1
11142 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->next->vlan_tci' 1
11143 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->protocol' 1
11144 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->tail' 1
11145 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->transport_header' 1
11146 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->truesize' 1
11147 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_receive_queue.prev->vlan_tci' 1
11148 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_shutdown' 1
11149 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_sndbuf' 1
11150 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_socket->type' 1
11151 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_timer.expires' 1
11152 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_timer.flags' 1
11153 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_tsflags' 1
11154 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_type' 1
11155 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_wmem_queued' 1
11156 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->ip_defrag_offset' 1
11157 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->len' 1
11158 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->next->ip_defrag_offset' 1
11159 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->next->len' 1
11160 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->next->tail' 1
11161 /src/net/ipv4/tcp_timer.c @ Line 142 smatch.smatch_kernel_user_data set_param_user_data: no type for 'icsk->sk_write_queue.prev->tail' 1
11162 /src/net/ipv4/udp.c @ Line 495 smatch.check_spectre warn: potential spectre issue 'udptable->hash2' [r] 1
11163 /src/net/ipv4/udp.c @ Line 2225 smatch.check_spectre warn: potential spectre issue 'udptable->hash2' [r] 1
11164 /src/net/ipv4/udp.c @ Line 2451 smatch.check_spectre warn: potential spectre issue 'udp_table.hash' [r] 1
11165 /src/net/ipv4/udp.c @ Line 2482 smatch.check_spectre warn: potential spectre issue 'udp_table.hash2' [r] 1
11166 /src/net/ipv4/udp_tunnel_nic.c @ Line 849 coccinelle ERROR: invalid reference to the index variable of the iterator on line 846 1
11167 /src/net/ipv6/addrconf.c @ Line 5802 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11168 /src/net/ipv6/addrconf.c @ Line 485 smatch.check_deref error: potential null dereference 'idev'. (ipv6_add_dev returns null) 1
11169 /src/net/ipv6/addrconf.c @ Line 1798 smatch.check_check_deref error: we previously assumed 'dst_dev' could be null (see line 1774) 1
11170 /src/net/ipv6/addrconf.c @ Line 3513 smatch.check_deref error: potential null dereference 'idev'. (ipv6_add_dev returns null) 1
11171 /src/net/ipv6/addrlabel.c @ Line 203 smatch.smatch_kernel_user_data set_param_user_data: no type for '*newp->prefix.in6_u.u6_addr8' 1
11172 /src/net/ipv6/af_inet6.c @ Line 129 smatch.check_spectre warn: potential spectre issue 'inetsw6' [w] 1
11173 /src/net/ipv6/af_inet6.c @ Line 631 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
11174 /src/net/ipv6/af_inet6.c @ Line 631 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
11175 /src/net/ipv6/af_inet6.c @ Line 631 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
11176 /src/net/ipv6/af_inet6.c @ Line 631 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
11177 /src/net/ipv6/af_inet6.c @ Line 644 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
11178 /src/net/ipv6/af_inet6.c @ Line 644 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
11179 /src/net/ipv6/af_inet6.c @ Line 644 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
11180 /src/net/ipv6/af_inet6.c @ Line 644 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
11181 /src/net/ipv6/datagram.c @ Line 952 smatch.check_unreachable warn: ignoring unreachable code. 1
11182 /src/net/ipv6/esp6.c @ Line 796 coccinelle WARNING !A || A && B is equivalent to !A || B 1
11183 /src/net/ipv6/esp6_offload.c @ Line 319 coccinelle WARNING !A || A && B is equivalent to !A || B 1
11184 /src/net/ipv6/exthdrs.c @ Line 138 smatch.check_spectre warn: potential spectre issue 'nh' [r] 1
11185 /src/net/ipv6/exthdrs.c @ Line 760 smatch.check_unreachable warn: ignoring unreachable code. 1
11186 /src/net/ipv6/exthdrs.c @ Line 181 coccinelle WARNING: Comparison to bool 1
11187 /src/net/ipv6/inet6_hashtables.c @ Line 67 smatch.check_spectre warn: potential spectre issue 'hashinfo->ehash' [r] 1
11188 /src/net/ipv6/ip6_fib.c @ Line 83 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
11189 /src/net/ipv6/ip6_fib.c @ Line 83 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
11190 /src/net/ipv6/ip6_fib.c @ Line 83 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->from' 1
11191 /src/net/ipv6/ip6_fib.c @ Line 143 smatch.check_spectre warn: potential spectre issue 'addr' [w] 1
11192 /src/net/ipv6/ip6_fib.c @ Line 2532 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
11193 /src/net/ipv6/ip6_fib.c @ Line 2532 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
11194 /src/net/ipv6/ip6_fib.c @ Line 2546 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
11195 /src/net/ipv6/ip6_fib.c @ Line 2546 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
11196 /src/net/ipv6/ip6_input.c @ Line 384 smatch.check_spectre warn: potential spectre issue 'inet6_protos' [w] 1
11197 /src/net/ipv6/ip6_offload.c @ Line 249 smatch.check_indenting warn: inconsistent indenting 1
11198 /src/net/ipv6/ip6_output.c @ Line 155 smatch.check_free_strict warn: passing freed memory 'skb' 1
11199 /src/net/ipv6/ip6_output.c @ Line 155 smatch.smatch_flow parse error: Function too hairy. Giving up. 10 seconds 1
11200 /src/net/ipv6/ip6_output.c @ Line 252 smatch.check_check_deref error: we previously assumed 'np' could be null (see line 246) 1
11201 /src/net/ipv6/ip6_output.c @ Line 1950 smatch.check_err_ptr_deref error: (-2147483647) too low for ERR_PTR 1
11202 /src/net/ipv6/mcast.c @ Line 457 coccinelle preceding lock on line 380 1
11203 /src/net/ipv6/mcast.c @ Line 606 smatch.check_check_deref error: we previously assumed 'psl' could be null (see line 590) 1
11204 /src/net/ipv6/ndisc.c @ Line 325 smatch.smatch_kernel_user_data set_param_user_data: no type for '*neigh->primary_key' 1
11205 /src/net/ipv6/ndisc.c @ Line 373 smatch.smatch_kernel_user_data set_param_user_data: no type for '*n->key' 1
11206 /src/net/ipv6/netfilter/nf_conntrack_reasm.c @ Line 416 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11207 /src/net/ipv6/reassembly.c @ Line 218 smatch.check_check_deref error: we previously assumed 'dev' could be null (see line 193) 1
11208 /src/net/ipv6/sit.c @ Line 107 smatch.check_spectre warn: potential spectre issue 'sitn->tunnels_r_l' [w] 1
11209 /src/net/ipv6/sit.c @ Line 151 smatch.check_spectre warn: potential spectre issue 'sitn->tunnels[prio]' [w] 1
11210 /src/net/ipv6/sit.c @ Line 175 smatch.smatch_kernel_user_data set_param_user_data: no type for '*t->dev->broadcast' 1
11211 /src/net/ipv6/sit.c @ Line 183 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11212 /src/net/ipv6/sit.c @ Line 511 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11213 /src/net/ipv6/sit.c @ Line 1099 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->broadcast' 1
11214 /src/net/ipv6/sit.c @ Line 1403 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11215 /src/net/ipv6/sit.c @ Line 1439 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11216 /src/net/ipv6/sit.c @ Line 1812 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11217 /src/net/ipv6/xfrm6_tunnel.c @ Line 130 smatch.check_signed warn: always true condition '(spi <= 4294967295) => (0-u32max <= u32max)' 1
11218 /src/net/key/af_key.c @ Line 3197 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11219 /src/net/key/af_key.c @ Line 3212 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11220 /src/net/key/af_key.c @ Line 3409 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11221 /src/net/key/af_key.c @ Line 3431 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11222 /src/net/key/af_key.c @ Line 2094 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11223 /src/net/l2tp/l2tp_ppp.c @ Line 840 coccinelle ERROR: reference preceded by free on line 727 1
11224 /src/net/l2tp/l2tp_ppp.c @ Line 845 coccinelle ERROR: reference preceded by free on line 727 1
11225 /src/net/l2tp/l2tp_ppp.c @ Line 838 coccinelle ERROR: reference preceded by free on line 788 1
11226 /src/net/l2tp/l2tp_ppp.c @ Line 843 coccinelle ERROR: reference preceded by free on line 788 1
11227 /src/net/mac80211/agg-rx.c @ Line 74 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_rx' [w] 1
11228 /src/net/mac80211/agg-rx.c @ Line 357 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_rx' [w] (local cap) 1
11229 /src/net/mac80211/agg-rx.c @ Line 451 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_rx_token' [w] (local cap) 1
11230 /src/net/mac80211/agg-tx.c @ Line 147 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_tx' [w] 1
11231 /src/net/mac80211/agg-tx.c @ Line 192 smatch.check_spectre warn: potential spectre issue 'sta->sta.txq' [r] 1
11232 /src/net/mac80211/agg-tx.c @ Line 197 smatch.check_spectre_second_half warn: possible spectre second half. 'txq' 1
11233 /src/net/mac80211/agg-tx.c @ Line 213 smatch.check_spectre warn: potential spectre issue 'sta->sta.txq' [r] 1
11234 /src/net/mac80211/agg-tx.c @ Line 216 smatch.check_spectre_second_half warn: possible spectre second half. 'txq' 1
11235 /src/net/mac80211/agg-tx.c @ Line 332 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_start_tx' [r] 1
11236 /src/net/mac80211/agg-tx.c @ Line 333 smatch.check_spectre_second_half warn: possible spectre second half. 'tid_tx' 1
11237 /src/net/mac80211/agg-tx.c @ Line 957 smatch.check_spectre warn: potential spectre issue 'sta->sta.txq' [r] 1
11238 /src/net/mac80211/agg-tx.c @ Line 958 smatch.check_spectre_second_half warn: possible spectre second half. 'txq' 1
11239 /src/net/mac80211/agg-tx.c @ Line 1011 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.addba_req_num' [w] 1
11240 /src/net/mac80211/chan.c @ Line 1763 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sdata->vif.bss_conf.ssid' 1
11241 /src/net/mac80211/driver-ops.h @ Line 944 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sdata->vif.bss_conf.ssid' 1
11242 /src/net/mac80211/he.c @ Line 33 smatch.check_uninitialized error: uninitialized symbol 'smps_mode'. 1
11243 /src/net/mac80211/ibss.c @ Line 1201 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->duration' 1
11244 /src/net/mac80211/ibss.c @ Line 1201 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->duration_id' 1
11245 /src/net/mac80211/ibss.c @ Line 1201 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->frame_control' 1
11246 /src/net/mac80211/ibss.c @ Line 1201 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->seq_ctrl' 1
11247 /src/net/mac80211/ibss.c @ Line 1201 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_beacon.change_seq' 1
11248 /src/net/mac80211/ibss.c @ Line 1201 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_beacon.timestamp' 1
11249 /src/net/mac80211/ibss.c @ Line 1201 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_short_beacon.change_seq' 1
11250 /src/net/mac80211/ibss.c @ Line 1201 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_short_beacon.timestamp' 1
11251 /src/net/mac80211/ieee80211_i.h @ Line 2036 smatch.smatch_kernel_user_data set_param_user_data: no type for 'transmitter_bssid->duration' 1
11252 /src/net/mac80211/ieee80211_i.h @ Line 2036 smatch.smatch_kernel_user_data set_param_user_data: no type for 'transmitter_bssid->duration_id' 1
11253 /src/net/mac80211/ieee80211_i.h @ Line 2036 smatch.smatch_kernel_user_data set_param_user_data: no type for 'transmitter_bssid->frame_control' 1
11254 /src/net/mac80211/ieee80211_i.h @ Line 2036 smatch.smatch_kernel_user_data set_param_user_data: no type for 'transmitter_bssid->seq_ctrl' 1
11255 /src/net/mac80211/ieee80211_i.h @ Line 2036 smatch.smatch_kernel_user_data set_param_user_data: no type for 'transmitter_bssid->u.s1g_beacon.change_seq' 1
11256 /src/net/mac80211/ieee80211_i.h @ Line 2036 smatch.smatch_kernel_user_data set_param_user_data: no type for 'transmitter_bssid->u.s1g_beacon.timestamp' 1
11257 /src/net/mac80211/ieee80211_i.h @ Line 2036 smatch.smatch_kernel_user_data set_param_user_data: no type for 'transmitter_bssid->u.s1g_short_beacon.change_seq' 1
11258 /src/net/mac80211/ieee80211_i.h @ Line 2036 smatch.smatch_kernel_user_data set_param_user_data: no type for 'transmitter_bssid->u.s1g_short_beacon.timestamp' 1
11259 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for '*status->data' 1
11260 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->csum_start' 1
11261 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->data' 1
11262 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->inner_mac_header' 1
11263 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->inner_network_header' 1
11264 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->inner_transport_header' 1
11265 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->len' 1
11266 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->mac_header' 1
11267 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->network_header' 1
11268 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->tail' 1
11269 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->transport_header' 1
11270 /src/net/mac80211/ieee80211_i.h @ Line 1586 smatch.smatch_kernel_user_data set_param_user_data: no type for 'status->truesize' 1
11271 /src/net/mac80211/ieee80211_i.h @ Line 1579 smatch.smatch_kernel_user_data set_param_user_data: no type for 'raddr->duration' 1
11272 /src/net/mac80211/ieee80211_i.h @ Line 1579 smatch.smatch_kernel_user_data set_param_user_data: no type for 'raddr->duration_id' 1
11273 /src/net/mac80211/ieee80211_i.h @ Line 1579 smatch.smatch_kernel_user_data set_param_user_data: no type for 'raddr->frame_control' 1
11274 /src/net/mac80211/ieee80211_i.h @ Line 1579 smatch.smatch_kernel_user_data set_param_user_data: no type for 'raddr->seq_ctrl' 1
11275 /src/net/mac80211/ieee80211_i.h @ Line 1579 smatch.smatch_kernel_user_data set_param_user_data: no type for 'raddr->u.s1g_beacon.change_seq' 1
11276 /src/net/mac80211/ieee80211_i.h @ Line 1579 smatch.smatch_kernel_user_data set_param_user_data: no type for 'raddr->u.s1g_beacon.timestamp' 1
11277 /src/net/mac80211/ieee80211_i.h @ Line 1579 smatch.smatch_kernel_user_data set_param_user_data: no type for 'raddr->u.s1g_short_beacon.change_seq' 1
11278 /src/net/mac80211/ieee80211_i.h @ Line 1579 smatch.smatch_kernel_user_data set_param_user_data: no type for 'raddr->u.s1g_short_beacon.timestamp' 1
11279 /src/net/mac80211/iface.c @ Line 470 smatch.check_check_deref error: we previously assumed 'sdata->dev' could be null (see line 434) 1
11280 /src/net/mac80211/iface.c @ Line 689 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11281 /src/net/mac80211/iface.c @ Line 732 smatch.check_memcpy_overflow error: memset() 'info' too small (48 vs 56) 1
11282 /src/net/mac80211/iface.c @ Line 892 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sdata->name' 1
11283 /src/net/mac80211/iface.c @ Line 1111 smatch.check_check_deref error: we previously assumed 'dev' could be null (see line 1091) 1
11284 /src/net/mac80211/iface.c @ Line 1285 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11285 /src/net/mac80211/iface.c @ Line 1471 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sdata->name' 1
11286 /src/net/mac80211/iface.c @ Line 1541 smatch.check_check_deref error: we previously assumed 'sdata->dev' could be null (see line 1496) 1
11287 /src/net/mac80211/mlme.c @ Line 344 smatch.smatch_slist warn: Function too hairy. No more merges. 1
11288 /src/net/mac80211/mlme.c @ Line 344 smatch.smatch_flow parse error: Function too hairy. Giving up. 16 seconds 1
11289 /src/net/mac80211/mlme.c @ Line 356 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->duration' 1
11290 /src/net/mac80211/mlme.c @ Line 356 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->duration_id' 1
11291 /src/net/mac80211/mlme.c @ Line 356 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->frame_control' 1
11292 /src/net/mac80211/mlme.c @ Line 356 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->seq_ctrl' 1
11293 /src/net/mac80211/mlme.c @ Line 356 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_beacon.change_seq' 1
11294 /src/net/mac80211/mlme.c @ Line 356 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_beacon.timestamp' 1
11295 /src/net/mac80211/mlme.c @ Line 356 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_short_beacon.change_seq' 1
11296 /src/net/mac80211/mlme.c @ Line 356 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_short_beacon.timestamp' 1
11297 /src/net/mac80211/mlme.c @ Line 3931 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_bssid->duration' 1
11298 /src/net/mac80211/mlme.c @ Line 3931 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_bssid->duration_id' 1
11299 /src/net/mac80211/mlme.c @ Line 3931 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_bssid->frame_control' 1
11300 /src/net/mac80211/mlme.c @ Line 3931 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_bssid->seq_ctrl' 1
11301 /src/net/mac80211/mlme.c @ Line 3931 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_bssid->u.s1g_beacon.change_seq' 1
11302 /src/net/mac80211/mlme.c @ Line 3931 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_bssid->u.s1g_beacon.timestamp' 1
11303 /src/net/mac80211/mlme.c @ Line 3931 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_bssid->u.s1g_short_beacon.change_seq' 1
11304 /src/net/mac80211/mlme.c @ Line 3931 smatch.smatch_kernel_user_data set_param_user_data: no type for 'tx_bssid->u.s1g_short_beacon.timestamp' 1
11305 /src/net/mac80211/ocb.c @ Line 38 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->duration' 1
11306 /src/net/mac80211/ocb.c @ Line 38 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->duration_id' 1
11307 /src/net/mac80211/ocb.c @ Line 38 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->frame_control' 1
11308 /src/net/mac80211/ocb.c @ Line 38 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->seq_ctrl' 1
11309 /src/net/mac80211/ocb.c @ Line 38 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_beacon.change_seq' 1
11310 /src/net/mac80211/ocb.c @ Line 38 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_beacon.timestamp' 1
11311 /src/net/mac80211/ocb.c @ Line 38 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_short_beacon.change_seq' 1
11312 /src/net/mac80211/ocb.c @ Line 38 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bssid->u.s1g_short_beacon.timestamp' 1
11313 /src/net/mac80211/offchannel.c @ Line 898 smatch.check_spectre warn: potential spectre issue 'data' [w] 1
11314 /src/net/mac80211/offchannel.c @ Line 720 coccinelle ERROR: invalid reference to the index variable of the iterator on line 699 1
11315 /src/net/mac80211/rate.c @ Line 30 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->addr' 1
11316 /src/net/mac80211/rate.c @ Line 30 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->sta.addr' 1
11317 /src/net/mac80211/rc80211_minstrel_ht.c @ Line 879 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_tx' [w] 1
11318 /src/net/mac80211/rx.c @ Line 1374 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_rx' [w] 1
11319 /src/net/mac80211/rx.c @ Line 2521 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol->h_proto' 1
11320 /src/net/mac80211/sta_info.c @ Line 166 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->duration' 1
11321 /src/net/mac80211/sta_info.c @ Line 166 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->duration_id' 1
11322 /src/net/mac80211/sta_info.c @ Line 166 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->frame_control' 1
11323 /src/net/mac80211/sta_info.c @ Line 166 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->seq_ctrl' 1
11324 /src/net/mac80211/sta_info.c @ Line 166 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->u.s1g_beacon.change_seq' 1
11325 /src/net/mac80211/sta_info.c @ Line 166 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->u.s1g_beacon.timestamp' 1
11326 /src/net/mac80211/sta_info.c @ Line 166 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->u.s1g_short_beacon.change_seq' 1
11327 /src/net/mac80211/sta_info.c @ Line 166 smatch.smatch_kernel_user_data set_param_user_data: no type for 'addr->u.s1g_short_beacon.timestamp' 1
11328 /src/net/mac80211/sta_info.c @ Line 259 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->addr' 1
11329 /src/net/mac80211/sta_info.c @ Line 259 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->sta.addr' 1
11330 /src/net/mac80211/sta_info.c @ Line 321 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->addr' 1
11331 /src/net/mac80211/sta_info.c @ Line 321 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->sta.addr' 1
11332 /src/net/mac80211/sta_info.c @ Line 716 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->addr' 1
11333 /src/net/mac80211/sta_info.c @ Line 716 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->sta.addr' 1
11334 /src/net/mac80211/sta_info.h @ Line 670 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->addr' 1
11335 /src/net/mac80211/sta_info.h @ Line 670 smatch.smatch_kernel_user_data set_param_user_data: no type for '*sta->sta.addr' 1
11336 /src/net/mac80211/sta_info.h @ Line 715 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_tx' [w] 1
11337 /src/net/mac80211/status.c @ Line 175 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_tx' [w] 1
11338 /src/net/mac80211/status.c @ Line 238 smatch.check_spectre warn: potential spectre issue 'sta->ampdu_mlme.tid_tx' [w] 1
11339 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for '*info->data' 1
11340 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->csum_start' 1
11341 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->data' 1
11342 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->data_len' 1
11343 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->dev->watchdog_timer.expires' 1
11344 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->dev->watchdog_timer.flags' 1
11345 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->inner_mac_header' 1
11346 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->inner_network_header' 1
11347 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->inner_transport_header' 1
11348 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->ip_defrag_offset' 1
11349 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->len' 1
11350 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->mac_header' 1
11351 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->mac_len' 1
11352 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->mark' 1
11353 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->network_header' 1
11354 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->priority' 1
11355 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->protocol' 1
11356 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->__sk_common.skc_bound_dev_if' 1
11357 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->__sk_common.skc_hash' 1
11358 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->__sk_common.skc_incoming_cpu' 1
11359 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->__sk_common.skc_ipv6only' 1
11360 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_forward_alloc' 1
11361 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_ll_usec' 1
11362 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_mark' 1
11363 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_max_ack_backlog' 1
11364 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_max_pacing_rate' 1
11365 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_pacing_rate' 1
11366 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_peek_off' 1
11367 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_priority' 1
11368 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_protocol' 1
11369 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_rcvbuf' 1
11370 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_rcvlowat' 1
11371 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_shutdown' 1
11372 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_sndbuf' 1
11373 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_timer.expires' 1
11374 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_timer.flags' 1
11375 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_tsflags' 1
11376 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_type' 1
11377 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->sk->sk_wmem_queued' 1
11378 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->tail' 1
11379 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->transport_header' 1
11380 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->truesize' 1
11381 /src/net/mac80211/status.c @ Line 613 smatch.smatch_kernel_user_data set_param_user_data: no type for 'info->vlan_tci' 1
11382 /src/net/mac80211/status.c @ Line 968 smatch.check_spectre warn: potential spectre issue 'sta->status_stats.msdu_failed' [w] 1
11383 /src/net/mac80211/status.c @ Line 970 smatch.check_spectre warn: potential spectre issue 'sta->status_stats.msdu_retries' [w] 1
11384 /src/net/mac80211/wme.c @ Line 90 smatch.check_spectre warn: potential spectre issue 'ieee802_1d_to_ac' [r] (local cap) 1
11385 /src/net/mac80211/wme.c @ Line 92 smatch.check_spectre_second_half warn: possible spectre second half. 'ac' 1
11386 /src/net/ncsi/ncsi-manage.c @ Line 1841 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1834 1
11387 /src/net/netfilter/ipset/ip_set_hash_gen.h @ Line 1031 coccinelle atomic_dec_and_test variation before object free at line 1033. 1
11388 /src/net/netfilter/ipset/ip_set_hash_gen.h @ Line 1144 coccinelle atomic_dec_and_test variation before object free at line 1146. 1
11389 /src/net/netfilter/ipset/ip_set_hash_gen.h @ Line 610 coccinelle atomic_dec_and_test variation before object free at line 612. 1
11390 /src/net/netfilter/ipset/ip_set_hash_gen.h @ Line 610 coccinelle atomic_dec_and_test variation before object free at line 615. 1
11391 /src/net/netfilter/ipset/ip_set_hash_gen.h @ Line 797 coccinelle atomic_dec_and_test variation before object free at line 799. 1
11392 /src/net/netfilter/ipset/ip_set_hash_gen.h @ Line 1337 coccinelle atomic_dec_and_test variation before object free at line 1340. 1
11393 /src/net/netfilter/ipvs/ip_vs_ctl.c @ Line 487 coccinelle atomic_dec_and_test variation before object free at line 493. 1
11394 /src/net/netfilter/ipvs/ip_vs_ctl.c @ Line 487 coccinelle atomic_dec_and_test variation before object free at line 495. 1
11395 /src/net/netfilter/nf_conntrack_core.c @ Line 97 coccinelle preceding lock on line 91 1
11396 /src/net/netfilter/nf_conntrack_core.c @ Line 1314 smatch.check_uninitialized error: uninitialized symbol 'bucket'. 1
11397 /src/net/netfilter/nf_conntrack_core.c @ Line 2493 smatch.check_no_effect warn: statement has no effect 31 1
11398 /src/net/netfilter/nf_conntrack_ftp.c @ Line 418 smatch.check_spectre warn: potential spectre issue 'fb_ptr' [w] 1
11399 /src/net/netfilter/nf_conntrack_sip.c @ Line 91 smatch.check_spectre warn: potential spectre issue '_ctype' [w] 1
11400 /src/net/netfilter/nf_conntrack_sip.c @ Line 1483 smatch.check_spectre warn: potential spectre issue '_ctype' [w] 1
11401 /src/net/netfilter/nf_conntrack_standalone.c @ Line 979 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 27 1
11402 /src/net/netfilter/nf_conntrack_standalone.c @ Line 980 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 28 1
11403 /src/net/netfilter/nf_conntrack_standalone.c @ Line 981 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 29 1
11404 /src/net/netfilter/nf_conntrack_standalone.c @ Line 982 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 30 1
11405 /src/net/netfilter/nf_conntrack_standalone.c @ Line 983 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 31 1
11406 /src/net/netfilter/nf_conntrack_standalone.c @ Line 984 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 32 1
11407 /src/net/netfilter/nf_conntrack_standalone.c @ Line 985 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 33 1
11408 /src/net/netfilter/nf_conntrack_standalone.c @ Line 986 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 34 1
11409 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1001 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 35 1
11410 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1002 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 36 1
11411 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1003 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 37 1
11412 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1004 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 38 1
11413 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1005 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 39 1
11414 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1006 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 40 1
11415 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1007 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 41 1
11416 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1010 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 42 1
11417 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1020 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 43 1
11418 /src/net/netfilter/nf_conntrack_standalone.c @ Line 1021 smatch.check_index_overflow error: buffer overflow 'table' 27 <= 44 1
11419 /src/net/netfilter/nf_log.c @ Line 37 smatch.check_spectre warn: potential spectre issue 'loggers' [w] 1
11420 /src/net/netfilter/nf_log.c @ Line 138 smatch.check_spectre warn: potential spectre issue 'net->nf.nf_loggers' [w] (local cap) 1
11421 /src/net/netfilter/nf_log.c @ Line 149 smatch.check_spectre warn: potential spectre issue 'net->nf.nf_loggers' [w] (local cap) 1
11422 /src/net/netfilter/nf_log.c @ Line 215 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->fragoff' 1
11423 /src/net/netfilter/nf_log.c @ Line 215 smatch.smatch_kernel_user_data set_param_user_data: no type for 'in->fragoff' 1
11424 /src/net/netfilter/nf_log.c @ Line 215 smatch.smatch_kernel_user_data set_param_user_data: no type for 'out->fragoff' 1
11425 /src/net/netfilter/nf_nat_masquerade.c @ Line 16 smatch.smatch_kernel_user_data set_param_user_data: no type for 'out->fragoff' 1
11426 /src/net/netfilter/nf_nat_masquerade.c @ Line 159 smatch.smatch_kernel_user_data set_param_user_data: no type for 'out->fragoff' 1
11427 /src/net/netfilter/nfnetlink.c @ Line 80 smatch.check_spectre warn: potential spectre issue 'table' [w] 1
11428 /src/net/netfilter/nfnetlink.c @ Line 86 smatch.check_spectre warn: potential spectre issue 'table' [w] 1
11429 /src/net/netfilter/nfnetlink.c @ Line 232 smatch.check_spectre warn: potential spectre issue 'ss->cb' [r] 1
11430 /src/net/netfilter/nfnetlink.c @ Line 136 smatch.check_spectre warn: potential spectre issue 'table' [w] (local cap) 1
11431 /src/net/netfilter/nfnetlink.c @ Line 147 smatch.check_spectre warn: potential spectre issue 'ss->cb' [w] (local cap) 1
11432 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for '*nlh->data' 1
11433 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->csum_start' 1
11434 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->data' 1
11435 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->data_len' 1
11436 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_mac_header' 1
11437 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_network_header' 1
11438 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_transport_header' 1
11439 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->ip_defrag_offset' 1
11440 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->len' 1
11441 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->mac_header' 1
11442 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->mac_len' 1
11443 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->mark' 1
11444 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->network_header' 1
11445 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->priority' 1
11446 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->protocol' 1
11447 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->__sk_common.skc_bound_dev_if' 1
11448 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->__sk_common.skc_hash' 1
11449 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->__sk_common.skc_incoming_cpu' 1
11450 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->__sk_common.skc_ipv6only' 1
11451 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_forward_alloc' 1
11452 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_ll_usec' 1
11453 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_mark' 1
11454 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_max_ack_backlog' 1
11455 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_max_pacing_rate' 1
11456 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_pacing_rate' 1
11457 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_peek_off' 1
11458 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_priority' 1
11459 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_protocol' 1
11460 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_rcvbuf' 1
11461 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_rcvlowat' 1
11462 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_shutdown' 1
11463 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_sndbuf' 1
11464 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_timer.expires' 1
11465 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_timer.flags' 1
11466 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_tsflags' 1
11467 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_type' 1
11468 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->sk->sk_wmem_queued' 1
11469 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->tail' 1
11470 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->transport_header' 1
11471 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->truesize' 1
11472 /src/net/netfilter/nfnetlink.c @ Line 272 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->vlan_tci' 1
11473 /src/net/netfilter/nfnetlink.c @ Line 342 smatch.check_spectre warn: potential spectre issue 'table' [w] (local cap) 1
11474 /src/net/netfilter/nfnetlink_log.c @ Line 794 smatch.check_uninitialized error: uninitialized symbol 'ctinfo'. 1
11475 /src/net/netfilter/nfnetlink_log.c @ Line 574 smatch.check_check_deref error: we previously assumed 'skb->dev' could be null (see line 559) 1
11476 /src/net/netfilter/nfnetlink_log.c @ Line 1032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
11477 /src/net/netfilter/nfnetlink_log.c @ Line 1032 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
11478 /src/net/netfilter/nfnetlink_log.c @ Line 1050 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->count' 1
11479 /src/net/netfilter/nfnetlink_log.c @ Line 1050 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->read_pos' 1
11480 /src/net/netfilter/nfnetlink_log.c @ Line 649 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11481 /src/net/netfilter/x_tables.c @ Line 1209 coccinelle preceding lock on line 1206 1
11482 /src/net/netfilter/x_tables.c @ Line 1241 coccinelle preceding lock on line 1206 1
11483 /src/net/netfilter/x_tables.c @ Line 1241 coccinelle preceding lock on line 1231 1
11484 /src/net/netfilter/xt_IDLETIMER.c @ Line 88 coccinelle WARNING: use scnprintf or sprintf 1
11485 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_bound_dev_if' 1
11486 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_hash' 1
11487 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_incoming_cpu' 1
11488 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_ipv6only' 1
11489 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_forward_alloc' 1
11490 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_ll_usec' 1
11491 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_mark' 1
11492 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_ack_backlog' 1
11493 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_pacing_rate' 1
11494 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_pacing_rate' 1
11495 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_peek_off' 1
11496 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_priority' 1
11497 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_protocol' 1
11498 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvbuf' 1
11499 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvlowat' 1
11500 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_shutdown' 1
11501 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_sndbuf' 1
11502 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.expires' 1
11503 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.flags' 1
11504 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_tsflags' 1
11505 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_type' 1
11506 /src/net/netfilter/xt_NFLOG.c @ Line 21 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_wmem_queued' 1
11507 /src/net/netfilter/xt_TCPMSS.c @ Line 43 smatch.smatch_kernel_user_data set_param_user_data: no type for 'net->fragoff' 1
11508 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_bound_dev_if' 1
11509 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_hash' 1
11510 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_incoming_cpu' 1
11511 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_ipv6only' 1
11512 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_forward_alloc' 1
11513 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_ll_usec' 1
11514 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_mark' 1
11515 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_ack_backlog' 1
11516 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_pacing_rate' 1
11517 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_pacing_rate' 1
11518 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_peek_off' 1
11519 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_priority' 1
11520 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_protocol' 1
11521 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvbuf' 1
11522 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvlowat' 1
11523 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_shutdown' 1
11524 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_sndbuf' 1
11525 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.expires' 1
11526 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.flags' 1
11527 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_tsflags' 1
11528 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_type' 1
11529 /src/net/netfilter/xt_mark.c @ Line 26 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_wmem_queued' 1
11530 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_bound_dev_if' 1
11531 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_hash' 1
11532 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_incoming_cpu' 1
11533 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_ipv6only' 1
11534 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_forward_alloc' 1
11535 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_ll_usec' 1
11536 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_mark' 1
11537 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_ack_backlog' 1
11538 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_pacing_rate' 1
11539 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_pacing_rate' 1
11540 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_peek_off' 1
11541 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_priority' 1
11542 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_protocol' 1
11543 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvbuf' 1
11544 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvlowat' 1
11545 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_shutdown' 1
11546 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_sndbuf' 1
11547 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.expires' 1
11548 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.flags' 1
11549 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_tsflags' 1
11550 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_type' 1
11551 /src/net/netfilter/xt_mark.c @ Line 35 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_wmem_queued' 1
11552 /src/net/netfilter/xt_u32.c @ Line 43 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11553 /src/net/netfilter/xt_u32.c @ Line 71 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11554 /src/net/netlabel/netlabel_cipso_v4.c @ Line 219 smatch.check_spectre warn: potential spectre issue 'doi_def->map.std->lvl.local' [w] 1
11555 /src/net/netlabel/netlabel_cipso_v4.c @ Line 221 smatch.check_spectre warn: potential spectre issue 'doi_def->map.std->lvl.cipso' [w] 1
11556 /src/net/netlabel/netlabel_cipso_v4.c @ Line 297 smatch.check_spectre warn: potential spectre issue 'doi_def->map.std->cat.local' [w] 1
11557 /src/net/netlabel/netlabel_cipso_v4.c @ Line 300 smatch.check_spectre warn: potential spectre issue 'doi_def->map.std->cat.cipso' [w] 1
11558 /src/net/netlabel/netlabel_domainhash.c @ Line 146 smatch.check_spectre warn: potential spectre issue '(null)' [r] 1
11559 /src/net/netlink/af_netlink.c @ Line 1050 smatch.check_check_deref error: we previously assumed 'nlk->groups' could be null (see line 1043) 1
11560 /src/net/netlink/af_netlink.c @ Line 1059 smatch.check_locking warn: inconsistent returns 'irq'. 1
11561 /src/net/netlink/af_netlink.c @ Line 1776 smatch.check_get_user_overflow warn: check for integer overflow 'len' 1
11562 /src/net/netlink/af_netlink.c @ Line 1844 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
11563 /src/net/netlink/af_netlink.c @ Line 1844 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov->iov_len' 1
11564 /src/net/netlink/af_netlink.c @ Line 1844 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov_offset' 1
11565 /src/net/netlink/af_netlink.c @ Line 1844 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
11566 /src/net/netlink/af_netlink.c @ Line 1926 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
11567 /src/net/netlink/af_netlink.c @ Line 1926 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov->iov_len' 1
11568 /src/net/netlink/af_netlink.c @ Line 1926 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov_offset' 1
11569 /src/net/netlink/af_netlink.c @ Line 1926 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
11570 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for '*nlh->data' 1
11571 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->csum_start' 1
11572 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->data' 1
11573 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_mac_header' 1
11574 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_network_header' 1
11575 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->inner_transport_header' 1
11576 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->len' 1
11577 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->mac_header' 1
11578 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->network_header' 1
11579 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->tail' 1
11580 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->transport_header' 1
11581 /src/net/netlink/af_netlink.c @ Line 2396 smatch.smatch_kernel_user_data set_param_user_data: no type for 'nlh->truesize' 1
11582 /src/net/nfc/digital_dep.c @ Line 438 smatch.check_spectre warn: potential spectre issue 'digital_rwt_map' [r] (local cap) 1
11583 /src/net/nfc/digital_technology.c @ Line 237 smatch.check_spectre warn: potential spectre issue 'digital_ats_fsc' [r] (local cap) 1
11584 /src/net/nfc/hci/command.c @ Line 79 coccinelle WARNING: Comparison to bool 1
11585 /src/net/nfc/hci/llc_shdlc.c @ Line 528 coccinelle WARNING: Comparison to bool 1
11586 /src/net/nfc/hci/llc_shdlc.c @ Line 533 coccinelle WARNING: Comparison to bool 1
11587 /src/net/nfc/hci/llc_shdlc.c @ Line 563 coccinelle WARNING: Comparison to bool 1
11588 /src/net/nfc/hci/llc_shdlc.c @ Line 239 coccinelle WARNING: Comparison to bool 1
11589 /src/net/nfc/hci/llc_shdlc.c @ Line 322 coccinelle WARNING: Comparison to bool 1
11590 /src/net/nfc/hci/llc_shdlc.c @ Line 420 coccinelle WARNING: Comparison to bool 1
11591 /src/net/nfc/llcp_commands.c @ Line 445 smatch.check_uninitialized error: uninitialized symbol 'service_name_tlv_length'. 1
11592 /src/net/nfc/llcp_core.c @ Line 121 coccinelle WARNING: Comparison to bool 1
11593 /src/net/nfc/nci/hci.c @ Line 286 smatch.check_signed warn: assigning (-128) to unsigned variable 'status' 1
11594 /src/net/nfc/nci/hci.c @ Line 314 smatch.check_spectre warn: potential spectre issue 'ndev->hci_dev->pipes' [w] (local cap) 1
11595 /src/net/nfc/nci/ntf.c @ Line 372 coccinelle WARNING: Comparison to bool 1
11596 /src/net/packet/af_packet.c @ Line 266 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_socket->type' 1
11597 /src/net/packet/af_packet.c @ Line 266 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_type' 1
11598 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->__sk_common.skc_bound_dev_if' 1
11599 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->__sk_common.skc_hash' 1
11600 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->__sk_common.skc_incoming_cpu' 1
11601 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->__sk_common.skc_ipv6only' 1
11602 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_forward_alloc' 1
11603 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_ll_usec' 1
11604 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_mark' 1
11605 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_max_ack_backlog' 1
11606 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_max_pacing_rate' 1
11607 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_pacing_rate' 1
11608 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_peek_off' 1
11609 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_priority' 1
11610 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_protocol' 1
11611 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_rcvbuf' 1
11612 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_rcvlowat' 1
11613 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_shutdown' 1
11614 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_sndbuf' 1
11615 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_timer.expires' 1
11616 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_timer.flags' 1
11617 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_tsflags' 1
11618 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_type' 1
11619 /src/net/packet/af_packet.c @ Line 365 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_wmem_queued' 1
11620 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->__sk_common.skc_bound_dev_if' 1
11621 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->__sk_common.skc_hash' 1
11622 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->__sk_common.skc_incoming_cpu' 1
11623 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->__sk_common.skc_ipv6only' 1
11624 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_forward_alloc' 1
11625 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_ll_usec' 1
11626 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_mark' 1
11627 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_max_ack_backlog' 1
11628 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_max_pacing_rate' 1
11629 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_pacing_rate' 1
11630 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_peek_off' 1
11631 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_priority' 1
11632 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_protocol' 1
11633 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_rcvbuf' 1
11634 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_rcvlowat' 1
11635 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_shutdown' 1
11636 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_sndbuf' 1
11637 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_timer.expires' 1
11638 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_timer.flags' 1
11639 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_tsflags' 1
11640 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_type' 1
11641 /src/net/packet/af_packet.c @ Line 431 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_wmem_queued' 1
11642 /src/net/packet/af_packet.c @ Line 1188 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_socket->type' 1
11643 /src/net/packet/af_packet.c @ Line 1188 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_type' 1
11644 /src/net/packet/af_packet.c @ Line 1478 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_socket->type' 1
11645 /src/net/packet/af_packet.c @ Line 1478 smatch.smatch_kernel_user_data set_param_user_data: no type for 'po->sk_type' 1
11646 /src/net/packet/af_packet.c @ Line 1895 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
11647 /src/net/packet/af_packet.c @ Line 1895 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov->iov_len' 1
11648 /src/net/packet/af_packet.c @ Line 1895 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov_offset' 1
11649 /src/net/packet/af_packet.c @ Line 1895 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
11650 /src/net/packet/af_packet.c @ Line 3023 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
11651 /src/net/packet/af_packet.c @ Line 3023 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov->iov_len' 1
11652 /src/net/packet/af_packet.c @ Line 3023 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov_offset' 1
11653 /src/net/packet/af_packet.c @ Line 3023 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
11654 /src/net/packet/af_packet.c @ Line 3176 smatch.check_check_deref error: we previously assumed 'dev' could be null (see line 3148) 1
11655 /src/net/packet/af_packet.c @ Line 3341 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
11656 /src/net/packet/af_packet.c @ Line 3341 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov->iov_len' 1
11657 /src/net/packet/af_packet.c @ Line 3341 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov_offset' 1
11658 /src/net/packet/af_packet.c @ Line 3341 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
11659 /src/net/rds/ib_cm.c @ Line 960 coccinelle preceding lock on line 905 1
11660 /src/net/rds/rdma_transport.c @ Line 177 coccinelle preceding lock on line 69 1
11661 /src/net/rds/tcp_listen.c @ Line 221 coccinelle preceding lock on line 186 1
11662 /src/net/rxrpc/call_accept.c @ Line 213 coccinelle atomic_dec_and_test variation before object free at line 209. 1
11663 /src/net/rxrpc/call_object.c @ Line 642 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11664 /src/net/rxrpc/call_object.c @ Line 509 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11665 /src/net/rxrpc/conn_client.c @ Line 493 coccinelle preceding lock on line 464 1
11666 /src/net/rxrpc/recvmsg.c @ Line 574 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11667 /src/net/rxrpc/recvmsg.c @ Line 297 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11668 /src/net/rxrpc/rxkad.c @ Line 1140 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11669 /src/net/rxrpc/rxkad.c @ Line 119 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11670 /src/net/rxrpc/rxkad.c @ Line 691 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11671 /src/net/rxrpc/rxkad.c @ Line 705 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11672 /src/net/rxrpc/rxkad.c @ Line 75 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11673 /src/net/sched/cls_api.c @ Line 85 smatch.check_spectre warn: potential spectre issue 'chain->block->proto_destroy_ht' [r] 1
11674 /src/net/sched/sch_api.c @ Line 270 smatch.check_spectre warn: potential spectre issue 'qdisc_dev(root)->qdisc_hash' [r] 1
11675 /src/net/sched/sch_api.c @ Line 282 smatch.check_spectre warn: potential spectre issue 'qdisc_dev(q)->qdisc_hash' [w] 1
11676 /src/net/sched/sch_cbs.c @ Line 356 coccinelle ERROR: invalid reference to the index variable of the iterator on line 346 1
11677 /src/net/sched/sch_generic.c @ Line 1074 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev_queue->name_node->name' 1
11678 /src/net/sched/sch_generic.c @ Line 1074 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->flags' 1
11679 /src/net/sched/sch_generic.c @ Line 1074 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->ifindex' 1
11680 /src/net/sched/sch_generic.c @ Line 1074 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->name_node->dev->ifindex' 1
11681 /src/net/sched/sch_generic.c @ Line 1074 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->tx_queue_len' 1
11682 /src/net/sched/sch_generic.c @ Line 1074 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->watchdog_timer.expires' 1
11683 /src/net/sched/sch_generic.c @ Line 1074 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->watchdog_timer.flags' 1
11684 /src/net/sched/sch_generic.c @ Line 1282 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev_queue->name_node->name' 1
11685 /src/net/sched/sch_generic.c @ Line 1282 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->ifindex' 1
11686 /src/net/sched/sch_generic.c @ Line 1282 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->name_node->dev->ifindex' 1
11687 /src/net/sched/sch_generic.c @ Line 1282 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->watchdog_timer.expires' 1
11688 /src/net/sched/sch_generic.c @ Line 1282 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->watchdog_timer.flags' 1
11689 /src/net/sched/sch_generic.c @ Line 1292 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11690 /src/net/sched/sch_generic.c @ Line 1302 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev_queue->name_node->name' 1
11691 /src/net/sched/sch_generic.c @ Line 1302 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->flags' 1
11692 /src/net/sched/sch_generic.c @ Line 1302 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->ifindex' 1
11693 /src/net/sched/sch_generic.c @ Line 1302 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->name_node->dev->ifindex' 1
11694 /src/net/sched/sch_generic.c @ Line 1302 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->watchdog_timer.expires' 1
11695 /src/net/sched/sch_generic.c @ Line 1302 smatch.smatch_kernel_user_data set_param_user_data: no type for 'dev_queue->watchdog_timer.flags' 1
11696 /src/net/sched/sch_generic.c @ Line 1317 smatch.smatch_kernel_user_data set_param_user_data: no type for '*dev->name' 1
11697 /src/net/sched/sch_gred.c @ Line 465 smatch.check_spectre warn: potential spectre issue 'table->tab' [w] (local cap) 1
11698 /src/net/sched/sch_prio.c @ Line 216 smatch.check_spectre warn: potential spectre issue 'q->queues' [w] (local cap) 1
11699 /src/net/sched/sch_taprio.c @ Line 244 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11700 /src/net/sched/sch_taprio.c @ Line 375 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11701 /src/net/sched/sch_taprio.c @ Line 393 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11702 /src/net/sctp/bind_addr.c @ Line 192 coccinelle ERROR: invalid reference to the index variable of the iterator on line 181 1
11703 /src/net/sctp/endpointola.c @ Line 221 coccinelle ERROR: reference preceded by free on line 220 1
11704 /src/net/sctp/ipv6.c @ Line 114 coccinelle ERROR: invalid reference to the index variable of the iterator on line 100 1
11705 /src/net/sctp/outqueue.c @ Line 1126 smatch.check_check_deref error: we previously assumed 'ctx->transport' could be null (see line 1061) 1
11706 /src/net/sctp/outqueue.c @ Line 1291 smatch.check_spectre warn: potential spectre issue 'frags' [r] 1
11707 /src/net/sctp/protocol.c @ Line 809 coccinelle ERROR: invalid reference to the index variable of the iterator on line 795 1
11708 /src/net/sctp/sm_make_chunk.c @ Line 3084 smatch.check_return_cast warn: signedness bug returning '(-23552)' 1
11709 /src/net/sctp/sm_make_chunk.c @ Line 3095 smatch.check_return_cast warn: signedness bug returning '(-24320)' 1
11710 /src/net/sctp/sm_make_chunk.c @ Line 3108 smatch.check_return_cast warn: signedness bug returning '(-24576)' 1
11711 /src/net/sctp/sm_make_chunk.c @ Line 3118 smatch.check_return_cast warn: signedness bug returning '(-24064)' 1
11712 /src/net/sctp/sm_make_chunk.c @ Line 3156 smatch.check_return_cast warn: signedness bug returning '(-23552)' 1
11713 /src/net/sctp/sm_make_chunk.c @ Line 3305 smatch.check_signed warn: impossible condition '(err_code == (-24320)) => (0-u16max == (-24320))' 1
11714 /src/net/sctp/sm_make_chunk.c @ Line 3397 smatch.check_signed warn: assigning (-23552) to unsigned variable 'err_code' 1
11715 /src/net/sctp/socket.c @ Line 7353 smatch.check_spectre warn: potential spectre issue 'asoc->abandoned_unsent' [r] 1
11716 /src/net/sctp/socket.c @ Line 7355 smatch.check_spectre warn: potential spectre issue 'asoc->abandoned_sent' [r] 1
11717 /src/net/sctp/socket.c @ Line 7422 smatch.check_spectre warn: potential spectre issue 'streamoute->abandoned_unsent' [r] 1
11718 /src/net/sctp/socket.c @ Line 7424 smatch.check_spectre warn: potential spectre issue 'streamoute->abandoned_sent' [r] 1
11719 /src/net/sctp/socket.c @ Line 8224 smatch.check_spectre warn: potential spectre issue 'sctp_globals.port_hashtable' [r] 1
11720 /src/net/sctp/stream.c @ Line 544 smatch.check_spectre warn: potential spectre issue 'asoc->strreset_result' [r] 1
11721 /src/net/sctp/stream.c @ Line 604 smatch.check_spectre_second_half warn: possible spectre second half. 'result' 1
11722 /src/net/sctp/stream.c @ Line 627 smatch.check_spectre warn: potential spectre issue 'asoc->strreset_result' [r] 1
11723 /src/net/sctp/stream.c @ Line 628 smatch.check_spectre_second_half warn: possible spectre second half. 'result' 1
11724 /src/net/sctp/stream.c @ Line 679 smatch.check_spectre_second_half warn: possible spectre second half. 'result' 1
11725 /src/net/sctp/stream.c @ Line 703 smatch.check_spectre warn: potential spectre issue 'asoc->strreset_result' [r] 1
11726 /src/net/sctp/stream.c @ Line 704 smatch.check_spectre_second_half warn: possible spectre second half. 'result' 1
11727 /src/net/sctp/stream.c @ Line 777 smatch.check_spectre_second_half warn: possible spectre second half. 'result' 1
11728 /src/net/sctp/stream.c @ Line 799 smatch.check_spectre warn: potential spectre issue 'asoc->strreset_result' [r] 1
11729 /src/net/sctp/stream.c @ Line 848 smatch.check_spectre_second_half warn: possible spectre second half. 'result' 1
11730 /src/net/sctp/stream.c @ Line 871 smatch.check_spectre warn: potential spectre issue 'asoc->strreset_result' [r] 1
11731 /src/net/sctp/stream.c @ Line 872 smatch.check_spectre_second_half warn: possible spectre second half. 'result' 1
11732 /src/net/sctp/stream.c @ Line 911 smatch.check_spectre_second_half warn: possible spectre second half. 'result' 1
11733 /src/net/sctp/stream_interleave.c @ Line 493 smatch.check_deref_check warn: variable dereferenced before check 'skb_list' (see line 477) 1
11734 /src/net/sctp/stream_interleave.c @ Line 507 smatch.check_deref_check warn: variable dereferenced before check 'skb_list' (see line 477) 1
11735 /src/net/sctp/transport.c @ Line 149 coccinelle ERROR: reference preceded by free on line 148 1
11736 /src/net/sctp/ulpqueue.c @ Line 262 smatch.check_deref_check warn: variable dereferenced before check 'skb_list' (see line 191) 1
11737 /src/net/smc/af_smc.c @ Line 1792 coccinelle preceding lock on line 1741 1
11738 /src/net/sunrpc/auth.c @ Line 84 smatch.check_64bit_shift warn: should '1 << nbits' be a 64 bit type? 1
11739 /src/net/sunrpc/auth_gss/auth_gss.c @ Line 879 smatch.check_free_strict warn: passing freed memory 'gss_msg' 1
11740 /src/net/sunrpc/auth_gss/svcauth_gss.c @ Line 782 smatch.check_return_enomem warn: returning -1 instead of -ENOMEM is sloppy 1
11741 /src/net/sunrpc/clnt.c @ Line 558 smatch.check_snprintf_overflow error: snprintf() chops off the last chars of 'sun->sun_path': 108 vs 48 1
11742 /src/net/sunrpc/rpc_pipe.c @ Line 1230 coccinelle preceding lock on line 1228 1
11743 /src/net/sunrpc/rpc_pipe.c @ Line 1311 smatch.check_err_ptr_deref error: 'gssd_dentry' dereferencing possible ERR_PTR() 1
11744 /src/net/sunrpc/rpc_pipe.c @ Line 1326 smatch.check_err_ptr_deref error: 'clnt_dentry' dereferencing possible ERR_PTR() 1
11745 /src/net/sunrpc/svcauth_unix.c @ Line 720 smatch.check_zero_to_err_ptr warn: passing a valid pointer to 'PTR_ERR' 1
11746 /src/net/sunrpc/svcauth_unix.c @ Line 751 smatch.check_or_vs_and warn: was && intended here instead of ||? 1
11747 /src/net/sunrpc/svcauth_unix.c @ Line 838 smatch.check_or_vs_and warn: was && intended here instead of ||? 1
11748 /src/net/sunrpc/xprtsock.c @ Line 1904 smatch.check_indenting warn: inconsistent indenting 1
11749 /src/net/tipc/bearer.c @ Line 166 smatch.check_strcpy_overflow error: strcpy() 'media_name' too large for 'name_parts->media_name' (32 vs 16) 1
11750 /src/net/tipc/bearer.c @ Line 539 smatch.check_deref_check warn: variable dereferenced before check 'skb' (see line 531) 1
11751 /src/net/tipc/bearer.c @ Line 570 smatch.check_deref_check warn: variable dereferenced before check 'skb' (see line 565) 1
11752 /src/net/tipc/bearer.c @ Line 572 smatch.check_check_deref error: we previously assumed 'b' could be null (see line 563) 1
11753 /src/net/tipc/bearer.c @ Line 604 smatch.check_deref_check warn: variable dereferenced before check 'skb' (see line 596) 1
11754 /src/net/tipc/bearer.c @ Line 606 smatch.check_check_deref error: we previously assumed 'b' could be null (see line 594) 1
11755 /src/net/tipc/crypto.c @ Line 992 smatch.check_deref_check warn: variable dereferenced before check 'skb' (see line 973) 1
11756 /src/net/tipc/monitor.c @ Line 133 smatch.check_64bit_shift warn: should '(1 << i)' be a 64 bit type? 1
11757 /src/net/tipc/monitor.c @ Line 402 smatch.check_check_deref error: we previously assumed 'peer' could be null (see line 400) 1
11758 /src/net/tipc/msg.c @ Line 200 smatch.check_free_strict error: double free of '*buf' 1
11759 /src/net/tipc/name_table.c @ Line 963 coccinelle ERROR: invalid reference to the index variable of the iterator on line 960 1
11760 /src/net/tipc/node.c @ Line 1299 smatch.check_locking warn: inconsistent returns 'bottom_half'. 1
11761 /src/net/tipc/node.c @ Line 1299 smatch.check_locking warn: inconsistent returns 'n->lock'. 1
11762 /src/net/tipc/node.c @ Line 2092 smatch.check_deref_check warn: variable dereferenced before check 'skb' (see line 2080) 1
11763 /src/net/tipc/node.c @ Line 2258 smatch.check_uninitialized error: uninitialized symbol 'addr'. 1
11764 /src/net/tipc/socket.c @ Line 3747 coccinelle ERROR: invalid reference to the index variable of the iterator on line 3743 1
11765 /src/net/unix/af_unix.c @ Line 2182 coccinelle preceding lock on line 2096 1
11766 /src/net/unix/af_unix.c @ Line 1614 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
11767 /src/net/unix/af_unix.c @ Line 1614 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov->iov_len' 1
11768 /src/net/unix/af_unix.c @ Line 1614 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov_offset' 1
11769 /src/net/unix/af_unix.c @ Line 1614 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
11770 /src/net/unix/af_unix.c @ Line 1807 smatch.check_locking error: double unlocked 'unix_sk(other)->lock' (orig line 1773) 1
11771 /src/net/unix/af_unix.c @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
11772 /src/net/unix/af_unix.c @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov->iov_len' 1
11773 /src/net/unix/af_unix.c @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov_offset' 1
11774 /src/net/unix/af_unix.c @ Line 1822 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
11775 /src/net/unix/af_unix.c @ Line 2038 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->count' 1
11776 /src/net/unix/af_unix.c @ Line 2038 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov->iov_len' 1
11777 /src/net/unix/af_unix.c @ Line 2038 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->iov_offset' 1
11778 /src/net/unix/af_unix.c @ Line 2038 smatch.smatch_kernel_user_data set_param_user_data: no type for 'len->nr_segs' 1
11779 /src/net/unix/af_unix.c @ Line 2057 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
11780 /src/net/unix/af_unix.c @ Line 2057 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
11781 /src/net/unix/af_unix.c @ Line 2057 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
11782 /src/net/unix/af_unix.c @ Line 2057 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
11783 /src/net/unix/af_unix.c @ Line 2078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
11784 /src/net/unix/af_unix.c @ Line 2078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
11785 /src/net/unix/af_unix.c @ Line 2078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
11786 /src/net/unix/af_unix.c @ Line 2078 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
11787 /src/net/unix/af_unix.c @ Line 2399 smatch.check_free_strict warn: passing freed memory 'skb' 1
11788 /src/net/unix/af_unix.c @ Line 2403 smatch.check_free_strict warn: passing freed memory 'skb' 1
11789 /src/net/unix/af_unix.c @ Line 2424 smatch.check_free_strict error: dereferencing freed memory 'skb' 1
11790 /src/net/unix/af_unix.c @ Line 2454 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->count' 1
11791 /src/net/unix/af_unix.c @ Line 2454 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov->iov_len' 1
11792 /src/net/unix/af_unix.c @ Line 2454 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->iov_offset' 1
11793 /src/net/unix/af_unix.c @ Line 2454 smatch.smatch_kernel_user_data set_param_user_data: no type for 'size->nr_segs' 1
11794 /src/net/unix/garbage.c @ Line 198 coccinelle WARNING: Comparison to bool 1
11795 /src/net/unix/scm.c @ Line 81 coccinelle atomic_dec_and_test variation before object free at line 82. 1
11796 /src/net/wireless/core.h @ Line 223 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->ssid' 1
11797 /src/net/wireless/core.h @ Line 223 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->disconnect_bssid' 1
11798 /src/net/wireless/nl80211.c @ Line 253 smatch.check_spectre warn: potential spectre issue 'elem->data' [r] 1
11799 /src/net/wireless/nl80211.c @ Line 1318 smatch.check_unreachable warn: ignoring unreachable code. 1
11800 /src/net/wireless/nl80211.c @ Line 3397 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->ssid' 1
11801 /src/net/wireless/nl80211.c @ Line 4637 smatch.check_spectre warn: potential spectre issue 'rdev->wiphy.bands' [r] (local cap) 1
11802 /src/net/wireless/nl80211.c @ Line 4638 smatch.check_spectre_second_half warn: possible spectre second half. 'sband' 1
11803 /src/net/wireless/nl80211.c @ Line 4647 smatch.check_spectre warn: potential spectre issue 'mask->control' [w] (local cap) 1
11804 /src/net/wireless/nl80211.c @ Line 7847 smatch.check_spectre warn: potential spectre issue 'wiphy->bands' [w] (local cap) 1
11805 /src/net/wireless/nl80211.c @ Line 8234 smatch.check_spectre warn: potential spectre issue 'wiphy->bands' [r] (local cap) 1
11806 /src/net/wireless/nl80211.c @ Line 8237 smatch.check_spectre warn: potential spectre issue 'request->rates' [r] (local cap) 1
11807 /src/net/wireless/nl80211.c @ Line 8438 smatch.check_spectre warn: potential spectre issue 'match_sets->per_band_rssi_thold' [w] (local cap) 1
11808 /src/net/wireless/nl80211.c @ Line 12918 smatch.smatch_kernel_user_data set_param_user_data: no type for '*func->followup_dest.addr' 1
11809 /src/net/wireless/nl80211.c @ Line 12918 smatch.smatch_kernel_user_data set_param_user_data: no type for '*func->service_id' 1
11810 /src/net/wireless/nl80211.c @ Line 15708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'wdev->conn->params.bss_select.param.adjust.band' 1
11811 /src/net/wireless/nl80211.c @ Line 15708 smatch.smatch_kernel_user_data set_param_user_data: no type for 'wdev->conn->params.bss_select.param.adjust.delta' 1
11812 /src/net/wireless/pmsr.c @ Line 12 smatch.smatch_kernel_user_data set_param_user_data: no type for '*out->addr' 1
11813 /src/net/wireless/rdev-ops.h @ Line 1275 smatch.smatch_kernel_user_data set_param_user_data: no type for '*request->mac_addr' 1
11814 /src/net/wireless/rdev-ops.h @ Line 1275 smatch.smatch_kernel_user_data set_param_user_data: no type for '*request->mac_addr_mask' 1
11815 /src/net/wireless/rdev-ops.h @ Line 988 smatch.smatch_kernel_user_data set_param_user_data: no type for '*nan_func->followup_dest.addr' 1
11816 /src/net/wireless/rdev-ops.h @ Line 988 smatch.smatch_kernel_user_data set_param_user_data: no type for '*nan_func->service_id' 1
11817 /src/net/wireless/reg.c @ Line 388 smatch.check_spectre warn: potential spectre issue '_ctype' [w] 1
11818 /src/net/wireless/reg.c @ Line 1630 smatch.check_uninitialized error: uninitialized symbol 'reg_rule'. 1
11819 /src/net/wireless/sme.c @ Line 54 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->conn->bssid' 1
11820 /src/net/wireless/sme.c @ Line 54 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->conn->prev_bssid' 1
11821 /src/net/wireless/sme.c @ Line 54 smatch.smatch_kernel_user_data set_param_user_data: no type for 'wdev->conn->ie*$)' 1
11822 /src/net/wireless/sme.c @ Line 64 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->conn->bssid' 1
11823 /src/net/wireless/sme.c @ Line 64 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->conn->prev_bssid' 1
11824 /src/net/wireless/sme.c @ Line 64 smatch.smatch_kernel_user_data set_param_user_data: no type for 'wdev->conn->ie*$)' 1
11825 /src/net/wireless/sme.c @ Line 146 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->conn->bssid' 1
11826 /src/net/wireless/sme.c @ Line 146 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->conn->prev_bssid' 1
11827 /src/net/wireless/sme.c @ Line 146 smatch.smatch_kernel_user_data set_param_user_data: no type for 'wdev->conn->ie*$)' 1
11828 /src/net/wireless/sme.c @ Line 273 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->conn->bssid' 1
11829 /src/net/wireless/sme.c @ Line 273 smatch.smatch_kernel_user_data set_param_user_data: no type for 'wdev->conn->ie*$)' 1
11830 /src/net/wireless/sme.c @ Line 458 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->conn->bssid' 1
11831 /src/net/wireless/sme.c @ Line 502 smatch.check_spectre warn: potential spectre issue 'buf' [w] 1
11832 /src/net/wireless/sme.c @ Line 514 smatch.smatch_kernel_user_data set_param_user_data: no type for '*wdev->ssid' 1
11833 /src/net/wireless/wext-core.c @ Line 816 smatch.check_buffer_too_small_for_struct warn: is 'extra' large enough for 'struct iw_encode_ext'? s32min 1
11834 /src/net/xfrm/xfrm_ipcomp.c @ Line 253 coccinelle ERROR: invalid reference to the index variable of the iterator on line 248 1
11835 /src/net/xfrm/xfrm_output.c @ Line 346 smatch.check_unreachable warn: ignoring unreachable code. 1
11836 /src/net/xfrm/xfrm_policy.c @ Line 425 coccinelle WARNING: Use BUG_ON instead of if condition followed by BUG. 1
11837 /src/net/xfrm/xfrm_policy.c @ Line 467 smatch.check_spectre warn: potential spectre issue 'net->xfrm.policy_bydst' [r] 1
11838 /src/net/xfrm/xfrm_policy.c @ Line 486 smatch.check_spectre warn: potential spectre issue 'net->xfrm.policy_bydst' [r] 1
11839 /src/net/xfrm/xfrm_policy.c @ Line 588 smatch.check_no_effect warn: statement has no effect 31 1
11840 /src/net/xfrm/xfrm_policy.c @ Line 634 smatch.check_spectre warn: potential spectre issue 'net->xfrm.policy_count' [r] 1
11841 /src/net/xfrm/xfrm_policy.c @ Line 635 smatch.check_spectre warn: potential spectre issue 'net->xfrm.policy_bydst' [r] 1
11842 /src/net/xfrm/xfrm_policy.c @ Line 638 smatch.check_spectre_second_half warn: possible spectre second half. 'cnt' 1
11843 /src/net/xfrm/xfrm_policy.c @ Line 641 smatch.check_spectre_second_half warn: possible spectre second half. 'cnt' 1
11844 /src/net/xfrm/xfrm_policy.c @ Line 817 smatch.check_spectre warn: potential spectre issue 'a->a6' [r] (local cap) 1
11845 /src/net/xfrm/xfrm_policy.c @ Line 818 smatch.check_spectre warn: potential spectre issue 'b->a6' [r] (local cap) 1
11846 /src/net/xfrm/xfrm_policy.c @ Line 1077 smatch.check_no_effect warn: statement has no effect 31 1
11847 /src/net/xfrm/xfrm_policy.c @ Line 1130 smatch.check_no_effect warn: statement has no effect 31 1
11848 /src/net/xfrm/xfrm_policy.c @ Line 1145 smatch.check_no_effect warn: statement has no effect 31 1
11849 /src/net/xfrm/xfrm_policy.c @ Line 1161 smatch.check_no_effect warn: statement has no effect 31 1
11850 /src/net/xfrm/xfrm_policy.c @ Line 1201 smatch.check_spectre warn: potential spectre issue 'net->xfrm.policy_inexact' [r] 1
11851 /src/net/xfrm/xfrm_policy.c @ Line 1238 smatch.check_no_effect warn: statement has no effect 31 1
11852 /src/net/xfrm/xfrm_policy.c @ Line 2197 smatch.check_spectre warn: potential spectre issue 'net->xfrm.policy_count' [w] 1
11853 /src/net/xfrm/xfrm_policy.c @ Line 2217 smatch.check_spectre warn: potential spectre issue 'net->xfrm.policy_count' [w] 1
11854 /src/net/xfrm/xfrm_replay.c @ Line 273 smatch.check_spectre warn: potential spectre issue 'replay_esn->bmp' [w] 1
11855 /src/net/xfrm/xfrm_replay.c @ Line 548 smatch.check_spectre warn: potential spectre issue 'replay_esn->bmp' [w] 1
11856 /src/net/xfrm/xfrm_state.c @ Line 143 smatch.check_no_effect warn: statement has no effect 31 1
11857 /src/net/xfrm/xfrm_state.c @ Line 458 smatch.check_spectre warn: potential spectre issue 'xfrm4_mode_map' [r] (local cap) 1
11858 /src/net/xfrm/xfrm_state.c @ Line 463 smatch.check_spectre warn: potential spectre issue 'xfrm6_mode_map' [r] (local cap) 1
11859 /src/net/xfrm/xfrm_state.c @ Line 938 smatch.check_spectre warn: potential spectre issue 'net->xfrm.state_byspi' [r] 1
11860 /src/net/xfrm/xfrm_state.c @ Line 963 smatch.check_spectre warn: potential spectre issue 'net->xfrm.state_bysrc' [r] 1
11861 /src/net/xfrm/xfrm_state.c @ Line 1288 smatch.check_spectre warn: potential spectre issue 'net->xfrm.state_bydst' [r] 1
11862 /src/net/xfrm/xfrm_state.c @ Line 1323 smatch.check_spectre warn: potential spectre issue 'net->xfrm.state_bydst' [r] 1
11863 /src/net/xfrm/xfrm_state.c @ Line 2495 smatch.check_spectre warn: potential spectre issue 'xfrm_state_afinfo' [w] (local cap) 1
11864 /src/net/xfrm/xfrm_user.c @ Line 2762 smatch.check_spectre warn: potential spectre issue 'xfrm_dispatch' [r] 1
11865 /src/net/xfrm/xfrm_user.c @ Line 2801 smatch.check_spectre warn: potential spectre issue 'xfrm_msg_min' [r] (local cap) 1
11866 /src/samples/bpf/fds_example.c @ Line 61 coccinelle WARNING: Use ARRAY_SIZE 1
11867 /src/samples/bpf/sock_example.c @ Line 61 coccinelle WARNING: Use ARRAY_SIZE 1
11868 /src/samples/bpf/test_cgrp2_attach.c @ Line 72 coccinelle WARNING: Use ARRAY_SIZE 1
11869 /src/samples/bpf/test_lru_dist.c @ Line 524 coccinelle WARNING: Use ARRAY_SIZE 1
11870 /src/samples/bpf/test_map_in_map_user.c @ Line 32 coccinelle WARNING: Use ARRAY_SIZE 1
11871 /src/samples/bpf/tracex5_user.c @ Line 28 coccinelle WARNING: Use ARRAY_SIZE 1
11872 /src/samples/bpf/xdpsock_user.c @ Line 1066 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11873 /src/samples/bpf/xdpsock_user.c @ Line 1069 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11874 /src/samples/bpf/xdpsock_user.c @ Line 1072 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11875 /src/samples/bpf/xdpsock_user.c @ Line 1084 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11876 /src/samples/seccomp/bpf-direct.c @ Line 146 coccinelle WARNING: Use ARRAY_SIZE 1
11877 /src/samples/seccomp/bpf-fancy.c @ Line 83 coccinelle WARNING: Use ARRAY_SIZE 1
11878 /src/samples/seccomp/bpf-fancy.c @ Line 86 coccinelle WARNING: Use ARRAY_SIZE 1
11879 /src/samples/seccomp/dropper.c @ Line 42 coccinelle WARNING: Use ARRAY_SIZE 1
11880 /src/samples/timers/hpet_example.c @ Line 64 coccinelle WARNING: Use ARRAY_SIZE 1
11881 /src/scripts/asn1_compiler.c @ Line 443 coccinelle WARNING: Use ARRAY_SIZE 1
11882 /src/scripts/dtc/libfdt/fdt_strerror.c @ Line 43 coccinelle WARNING: Use ARRAY_SIZE 1
11883 /src/scripts/dtc/livetree.c @ Line 20 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11884 /src/scripts/dtc/livetree.c @ Line 113 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11885 /src/scripts/dtc/livetree.c @ Line 60 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11886 /src/scripts/dtc/livetree.c @ Line 36 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11887 /src/scripts/dtc/livetree.c @ Line 330 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11888 /src/scripts/dtc/livetree.c @ Line 294 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11889 /src/scripts/dtc/livetree.c @ Line 148 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11890 /src/scripts/dtc/livetree.c @ Line 176 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11891 /src/scripts/dtc/livetree.c @ Line 130 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11892 /src/scripts/dtc/livetree.c @ Line 137 coccinelle WARNING: Assignment of 0/1 to bool variable 1
11893 /src/scripts/genksyms/genksyms.c @ Line 177 coccinelle duplicated argument to && or || 1
11894 /src/scripts/genksyms/genksyms.c @ Line 179 coccinelle duplicated argument to && or || 1
11895 /src/scripts/genksyms/keywords.c @ Line 63 coccinelle WARNING: Use ARRAY_SIZE 1
11896 /src/scripts/kconfig/confdata.c @ Line 36 coccinelle WARNING: return of 0/1 in function 'is_dir' with return type bool 1
11897 /src/scripts/mod/sumversion.c @ Line 219 coccinelle WARNING: Use ARRAY_SIZE 1
11898 /src/scripts/mod/sumversion.c @ Line 156 coccinelle WARNING: Use ARRAY_SIZE 1
11899 /src/scripts/recordmcount.c @ Line 142 coccinelle WARNING comparing pointer to 0, suggest !E 1
11900 /src/scripts/recordmcount.c @ Line 142 coccinelle WARNING comparing pointer to 0 1
11901 /src/security/commoncap.c @ Line 1153 smatch.check_spectre warn: potential spectre issue '(new->cap_bset).cap' [w] 1
11902 /src/security/commoncap.c @ Line 1179 smatch.check_spectre warn: potential spectre issue '(old->cap_bset).cap' [w] 1
11903 /src/security/commoncap.c @ Line 1266 smatch.check_spectre warn: potential spectre issue '(null)' [w] 1
11904 /src/security/commoncap.c @ Line 1272 smatch.check_spectre warn: potential spectre issue '(null)' [w] 1
11905 /src/security/commoncap.c @ Line 1273 smatch.check_spectre warn: potential spectre issue '(null)' [w] 1
11906 /src/security/commoncap.c @ Line 1282 smatch.check_spectre warn: potential spectre issue '(new->cap_ambient).cap' [w] 1
11907 /src/security/keys/big_key.c @ Line 125 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 124) 1
11908 /src/security/keys/big_key.c @ Line 144 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 143) 1
11909 /src/security/keys/big_key.c @ Line 277 coccinelle WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 276) 1
11910 /src/security/keys/key.c @ Line 134 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
11911 /src/security/keys/key.c @ Line 422 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
11912 /src/security/keys/key.c @ Line 496 smatch.smatch_kernel_user_data set_param_user_data: no type for 'datalen->count' 1
11913 /src/security/keys/key.c @ Line 496 smatch.smatch_kernel_user_data set_param_user_data: no type for 'datalen->nr_segs' 1
11914 /src/security/keys/key.c @ Line 496 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
11915 /src/security/keys/key.c @ Line 645 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
11916 /src/security/keys/key.c @ Line 814 smatch.smatch_kernel_user_data set_param_user_data: no type for 'payload->nr_pages' 1
11917 /src/security/keys/key.c @ Line 814 smatch.smatch_kernel_user_data set_param_user_data: no type for 'payload->size' 1
11918 /src/security/keys/key.c @ Line 190 coccinelle preceding lock on line 147 1
11919 /src/security/keys/keyring.c @ Line 163 smatch.smatch_kernel_user_data set_param_user_data: no type for '*index_key->desc' 1
11920 /src/security/keys/keyring.c @ Line 1230 smatch.check_zero_to_err_ptr warn: passing zero to 'PTR_ERR' 1
11921 /src/security/keys/keyring.c @ Line 1350 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
11922 /src/security/keys/keyring.c @ Line 1367 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
11923 /src/security/keys/process_keys.c @ Line 317 smatch.smatch_kernel_user_data set_param_user_data: no type for '*keyring->index_key.desc' 1
11924 /src/security/keys/process_keys.c @ Line 814 smatch.check_zero_to_err_ptr warn: passing zero to 'ERR_PTR' 1
11925 /src/security/security.c @ Line 828 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_flags' 1
11926 /src/security/security.c @ Line 828 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_mode' 1
11927 /src/security/security.c @ Line 833 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_flags' 1
11928 /src/security/security.c @ Line 833 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_mode' 1
11929 /src/security/security.c @ Line 838 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_flags' 1
11930 /src/security/security.c @ Line 838 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_mode' 1
11931 /src/security/security.c @ Line 848 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_flags' 1
11932 /src/security/security.c @ Line 848 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_mode' 1
11933 /src/security/security.c @ Line 853 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_flags' 1
11934 /src/security/security.c @ Line 853 smatch.smatch_kernel_user_data set_param_user_data: no type for 'bprm->file->f_mode' 1
11935 /src/security/security.c @ Line 858 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fc->sb_flags' 1
11936 /src/security/security.c @ Line 858 smatch.smatch_kernel_user_data set_param_user_data: no type for '*src_fc->source' 1
11937 /src/security/security.c @ Line 858 smatch.smatch_kernel_user_data set_param_user_data: no type for 'src_fc->sb_flags' 1
11938 /src/security/security.c @ Line 863 smatch.smatch_kernel_user_data set_param_user_data: no type for '*fc->source' 1
11939 /src/security/security.c @ Line 863 smatch.smatch_kernel_user_data set_param_user_data: no type for 'fc->sb_flags' 1
11940 /src/security/security.c @ Line 863 smatch.smatch_kernel_user_data set_param_user_data: no type for 'param->dirfd' 1
11941 /src/security/security.c @ Line 863 smatch.smatch_kernel_user_data set_param_user_data: no type for 'param->size' 1
11942 /src/security/security.c @ Line 2113 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sock->type' 1
11943 /src/security/security.c @ Line 2120 smatch.smatch_kernel_user_data set_param_user_data: no type for 'socka->type' 1
11944 /src/security/security.c @ Line 2120 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sockb->type' 1
11945 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_bound_dev_if' 1
11946 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_hash' 1
11947 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_incoming_cpu' 1
11948 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_ipv6only' 1
11949 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->csum_start' 1
11950 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->data_len' 1
11951 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_mac_header' 1
11952 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_network_header' 1
11953 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_transport_header' 1
11954 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->ip_defrag_offset' 1
11955 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->len' 1
11956 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_header' 1
11957 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_len' 1
11958 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->network_header' 1
11959 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->csum_start' 1
11960 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->data_len' 1
11961 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_mac_header' 1
11962 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_network_header' 1
11963 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_transport_header' 1
11964 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->ip_defrag_offset' 1
11965 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->len' 1
11966 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_header' 1
11967 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_len' 1
11968 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->network_header' 1
11969 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->protocol' 1
11970 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->tail' 1
11971 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->transport_header' 1
11972 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->truesize' 1
11973 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->vlan_tci' 1
11974 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->protocol' 1
11975 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->tail' 1
11976 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->transport_header' 1
11977 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->truesize' 1
11978 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->vlan_tci' 1
11979 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_forward_alloc' 1
11980 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_ll_usec' 1
11981 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_mark' 1
11982 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_ack_backlog' 1
11983 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_pacing_rate' 1
11984 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_pacing_rate' 1
11985 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_peek_off' 1
11986 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_priority' 1
11987 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_protocol' 1
11988 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvbuf' 1
11989 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvlowat' 1
11990 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->csum_start' 1
11991 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->data_len' 1
11992 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_mac_header' 1
11993 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_network_header' 1
11994 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_transport_header' 1
11995 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->ip_defrag_offset' 1
11996 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->len' 1
11997 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_header' 1
11998 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_len' 1
11999 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->network_header' 1
12000 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->csum_start' 1
12001 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->data_len' 1
12002 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_mac_header' 1
12003 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_network_header' 1
12004 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_transport_header' 1
12005 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->ip_defrag_offset' 1
12006 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->len' 1
12007 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_header' 1
12008 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_len' 1
12009 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->network_header' 1
12010 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->protocol' 1
12011 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->tail' 1
12012 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->transport_header' 1
12013 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->truesize' 1
12014 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->vlan_tci' 1
12015 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->protocol' 1
12016 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->tail' 1
12017 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->transport_header' 1
12018 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->truesize' 1
12019 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->vlan_tci' 1
12020 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_shutdown' 1
12021 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_sndbuf' 1
12022 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_socket->type' 1
12023 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.expires' 1
12024 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.flags' 1
12025 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_tsflags' 1
12026 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_type' 1
12027 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_wmem_queued' 1
12028 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->ip_defrag_offset' 1
12029 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->len' 1
12030 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->ip_defrag_offset' 1
12031 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->len' 1
12032 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->tail' 1
12033 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->tail' 1
12034 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for '*skb->data' 1
12035 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->csum_start' 1
12036 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->data' 1
12037 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->data_len' 1
12038 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_mac_header' 1
12039 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_network_header' 1
12040 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_transport_header' 1
12041 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->ip_defrag_offset' 1
12042 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->len' 1
12043 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->mac_header' 1
12044 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->mac_len' 1
12045 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->mark' 1
12046 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->network_header' 1
12047 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->priority' 1
12048 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->protocol' 1
12049 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_bound_dev_if' 1
12050 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_hash' 1
12051 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_incoming_cpu' 1
12052 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_ipv6only' 1
12053 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_forward_alloc' 1
12054 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_ll_usec' 1
12055 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_mark' 1
12056 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_ack_backlog' 1
12057 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_pacing_rate' 1
12058 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_pacing_rate' 1
12059 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_peek_off' 1
12060 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_priority' 1
12061 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_protocol' 1
12062 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvbuf' 1
12063 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvlowat' 1
12064 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_shutdown' 1
12065 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_sndbuf' 1
12066 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.expires' 1
12067 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.flags' 1
12068 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_tsflags' 1
12069 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_type' 1
12070 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_wmem_queued' 1
12071 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->tail' 1
12072 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->transport_header' 1
12073 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->truesize' 1
12074 /src/security/security.c @ Line 2182 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->vlan_tci' 1
12075 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_bound_dev_if' 1
12076 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_hash' 1
12077 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_incoming_cpu' 1
12078 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_ipv6only' 1
12079 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->csum_start' 1
12080 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->data_len' 1
12081 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_mac_header' 1
12082 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_network_header' 1
12083 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_transport_header' 1
12084 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->ip_defrag_offset' 1
12085 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->len' 1
12086 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_header' 1
12087 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->network_header' 1
12088 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->csum_start' 1
12089 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->data_len' 1
12090 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_mac_header' 1
12091 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_network_header' 1
12092 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_transport_header' 1
12093 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->ip_defrag_offset' 1
12094 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->len' 1
12095 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_header' 1
12096 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->network_header' 1
12097 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->tail' 1
12098 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->transport_header' 1
12099 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->tail' 1
12100 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->transport_header' 1
12101 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_forward_alloc' 1
12102 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_ll_usec' 1
12103 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_mark' 1
12104 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_ack_backlog' 1
12105 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_pacing_rate' 1
12106 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_pacing_rate' 1
12107 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_peek_off' 1
12108 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_priority' 1
12109 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_protocol' 1
12110 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvbuf' 1
12111 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvlowat' 1
12112 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->csum_start' 1
12113 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->data_len' 1
12114 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_mac_header' 1
12115 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_network_header' 1
12116 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_transport_header' 1
12117 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->ip_defrag_offset' 1
12118 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->len' 1
12119 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_header' 1
12120 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_len' 1
12121 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->network_header' 1
12122 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->csum_start' 1
12123 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->data_len' 1
12124 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_mac_header' 1
12125 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_network_header' 1
12126 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_transport_header' 1
12127 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->ip_defrag_offset' 1
12128 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->len' 1
12129 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_header' 1
12130 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_len' 1
12131 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->network_header' 1
12132 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->tail' 1
12133 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->transport_header' 1
12134 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->tail' 1
12135 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->transport_header' 1
12136 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_shutdown' 1
12137 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_sndbuf' 1
12138 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_socket->type' 1
12139 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.expires' 1
12140 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.flags' 1
12141 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_tsflags' 1
12142 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_type' 1
12143 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_wmem_queued' 1
12144 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->ip_defrag_offset' 1
12145 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->len' 1
12146 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->ip_defrag_offset' 1
12147 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->len' 1
12148 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->tail' 1
12149 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->tail' 1
12150 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->__sk_common.skc_bound_dev_if' 1
12151 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->__sk_common.skc_hash' 1
12152 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->__sk_common.skc_incoming_cpu' 1
12153 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->__sk_common.skc_ipv6only' 1
12154 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_forward_alloc' 1
12155 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_ll_usec' 1
12156 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_mark' 1
12157 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_max_ack_backlog' 1
12158 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_max_pacing_rate' 1
12159 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_pacing_rate' 1
12160 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_peek_off' 1
12161 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_priority' 1
12162 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_protocol' 1
12163 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_rcvbuf' 1
12164 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_rcvlowat' 1
12165 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_shutdown' 1
12166 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_sndbuf' 1
12167 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_timer.expires' 1
12168 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_timer.flags' 1
12169 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_tsflags' 1
12170 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_type' 1
12171 /src/security/security.c @ Line 2212 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_wmem_queued' 1
12172 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_bound_dev_if' 1
12173 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_hash' 1
12174 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_incoming_cpu' 1
12175 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_ipv6only' 1
12176 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->csum_start' 1
12177 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->data_len' 1
12178 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_mac_header' 1
12179 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_network_header' 1
12180 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_transport_header' 1
12181 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->ip_defrag_offset' 1
12182 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->len' 1
12183 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_header' 1
12184 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_len' 1
12185 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->network_header' 1
12186 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->csum_start' 1
12187 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->data_len' 1
12188 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_mac_header' 1
12189 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_network_header' 1
12190 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_transport_header' 1
12191 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->ip_defrag_offset' 1
12192 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->len' 1
12193 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_header' 1
12194 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_len' 1
12195 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->network_header' 1
12196 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->protocol' 1
12197 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->tail' 1
12198 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->transport_header' 1
12199 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->truesize' 1
12200 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->vlan_tci' 1
12201 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->protocol' 1
12202 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->tail' 1
12203 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->transport_header' 1
12204 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->truesize' 1
12205 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->vlan_tci' 1
12206 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_forward_alloc' 1
12207 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_ll_usec' 1
12208 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_mark' 1
12209 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_ack_backlog' 1
12210 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_pacing_rate' 1
12211 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_pacing_rate' 1
12212 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_peek_off' 1
12213 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_priority' 1
12214 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_protocol' 1
12215 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvbuf' 1
12216 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvlowat' 1
12217 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->csum_start' 1
12218 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->data_len' 1
12219 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_mac_header' 1
12220 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_network_header' 1
12221 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_transport_header' 1
12222 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->ip_defrag_offset' 1
12223 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->len' 1
12224 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_header' 1
12225 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_len' 1
12226 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mark' 1
12227 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->network_header' 1
12228 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->csum_start' 1
12229 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->data_len' 1
12230 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_mac_header' 1
12231 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_network_header' 1
12232 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_transport_header' 1
12233 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->ip_defrag_offset' 1
12234 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->len' 1
12235 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_header' 1
12236 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_len' 1
12237 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mark' 1
12238 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->network_header' 1
12239 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->priority' 1
12240 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->protocol' 1
12241 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->tail' 1
12242 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->transport_header' 1
12243 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->truesize' 1
12244 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->vlan_tci' 1
12245 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->priority' 1
12246 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->protocol' 1
12247 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->tail' 1
12248 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->transport_header' 1
12249 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->truesize' 1
12250 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->vlan_tci' 1
12251 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_shutdown' 1
12252 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_sndbuf' 1
12253 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_socket->type' 1
12254 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.expires' 1
12255 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.flags' 1
12256 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_tsflags' 1
12257 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_type' 1
12258 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_wmem_queued' 1
12259 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->ip_defrag_offset' 1
12260 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->len' 1
12261 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->ip_defrag_offset' 1
12262 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->len' 1
12263 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->tail' 1
12264 /src/security/security.c @ Line 2218 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->tail' 1
12265 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
12266 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_hash' 1
12267 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
12268 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
12269 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_forward_alloc' 1
12270 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_ll_usec' 1
12271 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_mark' 1
12272 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_max_ack_backlog' 1
12273 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_max_pacing_rate' 1
12274 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_pacing_rate' 1
12275 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_peek_off' 1
12276 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_priority' 1
12277 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_protocol' 1
12278 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_rcvbuf' 1
12279 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_rcvlowat' 1
12280 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_shutdown' 1
12281 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_sndbuf' 1
12282 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_timer.expires' 1
12283 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_timer.flags' 1
12284 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_tsflags' 1
12285 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_type' 1
12286 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_wmem_queued' 1
12287 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->saved_syn->mac_hdrlen' 1
12288 /src/security/security.c @ Line 2224 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->saved_syn->network_hdrlen' 1
12289 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_bound_dev_if' 1
12290 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_hash' 1
12291 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_incoming_cpu' 1
12292 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_ipv6only' 1
12293 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->csum_start' 1
12294 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->data_len' 1
12295 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_mac_header' 1
12296 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_network_header' 1
12297 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_transport_header' 1
12298 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->ip_defrag_offset' 1
12299 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->len' 1
12300 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_header' 1
12301 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_len' 1
12302 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->network_header' 1
12303 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->csum_start' 1
12304 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->data_len' 1
12305 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_mac_header' 1
12306 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_network_header' 1
12307 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_transport_header' 1
12308 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->ip_defrag_offset' 1
12309 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->len' 1
12310 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_header' 1
12311 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_len' 1
12312 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->network_header' 1
12313 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->protocol' 1
12314 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->tail' 1
12315 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->transport_header' 1
12316 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->truesize' 1
12317 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->vlan_tci' 1
12318 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->protocol' 1
12319 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->tail' 1
12320 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->transport_header' 1
12321 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->truesize' 1
12322 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->vlan_tci' 1
12323 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_forward_alloc' 1
12324 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_ll_usec' 1
12325 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_mark' 1
12326 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_ack_backlog' 1
12327 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_pacing_rate' 1
12328 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_pacing_rate' 1
12329 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_peek_off' 1
12330 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_priority' 1
12331 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_protocol' 1
12332 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvbuf' 1
12333 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvlowat' 1
12334 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->csum_start' 1
12335 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->data_len' 1
12336 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_mac_header' 1
12337 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_network_header' 1
12338 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_transport_header' 1
12339 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->ip_defrag_offset' 1
12340 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->len' 1
12341 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_header' 1
12342 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_len' 1
12343 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->network_header' 1
12344 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->csum_start' 1
12345 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->data_len' 1
12346 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_mac_header' 1
12347 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_network_header' 1
12348 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_transport_header' 1
12349 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->ip_defrag_offset' 1
12350 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->len' 1
12351 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_header' 1
12352 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_len' 1
12353 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->network_header' 1
12354 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->protocol' 1
12355 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->tail' 1
12356 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->transport_header' 1
12357 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->truesize' 1
12358 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->vlan_tci' 1
12359 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->protocol' 1
12360 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->tail' 1
12361 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->transport_header' 1
12362 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->truesize' 1
12363 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->vlan_tci' 1
12364 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_shutdown' 1
12365 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_sndbuf' 1
12366 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_socket->type' 1
12367 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.expires' 1
12368 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.flags' 1
12369 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_tsflags' 1
12370 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_type' 1
12371 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_wmem_queued' 1
12372 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->ip_defrag_offset' 1
12373 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->len' 1
12374 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->ip_defrag_offset' 1
12375 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->len' 1
12376 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->tail' 1
12377 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->tail' 1
12378 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for '*skb->data' 1
12379 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->csum_start' 1
12380 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->data' 1
12381 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->data_len' 1
12382 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_mac_header' 1
12383 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_network_header' 1
12384 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_transport_header' 1
12385 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->ip_defrag_offset' 1
12386 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->len' 1
12387 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->mac_header' 1
12388 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->network_header' 1
12389 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_bound_dev_if' 1
12390 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_hash' 1
12391 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_incoming_cpu' 1
12392 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_ipv6only' 1
12393 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_forward_alloc' 1
12394 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_ll_usec' 1
12395 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_mark' 1
12396 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_ack_backlog' 1
12397 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_pacing_rate' 1
12398 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_pacing_rate' 1
12399 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_peek_off' 1
12400 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_priority' 1
12401 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_protocol' 1
12402 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvbuf' 1
12403 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvlowat' 1
12404 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_shutdown' 1
12405 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_sndbuf' 1
12406 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.expires' 1
12407 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.flags' 1
12408 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_tsflags' 1
12409 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_type' 1
12410 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_wmem_queued' 1
12411 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->tail' 1
12412 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->transport_header' 1
12413 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->truesize' 1
12414 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
12415 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_hash' 1
12416 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
12417 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
12418 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_forward_alloc' 1
12419 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_ll_usec' 1
12420 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_mark' 1
12421 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_max_ack_backlog' 1
12422 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_max_pacing_rate' 1
12423 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_pacing_rate' 1
12424 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_peek_off' 1
12425 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_priority' 1
12426 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_protocol' 1
12427 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_rcvbuf' 1
12428 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_rcvlowat' 1
12429 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_shutdown' 1
12430 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_sndbuf' 1
12431 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_timer.expires' 1
12432 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_timer.flags' 1
12433 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_tsflags' 1
12434 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_type' 1
12435 /src/security/security.c @ Line 2237 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_wmem_queued' 1
12436 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->__sk_common.skc_bound_dev_if' 1
12437 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->__sk_common.skc_hash' 1
12438 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->__sk_common.skc_ipv6only' 1
12439 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_ll_usec' 1
12440 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_max_ack_backlog' 1
12441 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_max_pacing_rate' 1
12442 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_pacing_rate' 1
12443 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_peek_off' 1
12444 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_protocol' 1
12445 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_rcvbuf' 1
12446 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_rcvlowat' 1
12447 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_shutdown' 1
12448 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_sndbuf' 1
12449 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_timer.expires' 1
12450 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_timer.flags' 1
12451 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_tsflags' 1
12452 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'newsk->sk_type' 1
12453 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_bound_dev_if' 1
12454 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_hash' 1
12455 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_incoming_cpu' 1
12456 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->__sk_common.skc_ipv6only' 1
12457 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_forward_alloc' 1
12458 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_ll_usec' 1
12459 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_mark' 1
12460 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_max_ack_backlog' 1
12461 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_max_pacing_rate' 1
12462 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_pacing_rate' 1
12463 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_peek_off' 1
12464 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_priority' 1
12465 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_protocol' 1
12466 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_rcvbuf' 1
12467 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_rcvlowat' 1
12468 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_shutdown' 1
12469 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_sndbuf' 1
12470 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_timer.expires' 1
12471 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_timer.flags' 1
12472 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_tsflags' 1
12473 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_type' 1
12474 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->__req_common.skc_listener->sk_wmem_queued' 1
12475 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->saved_syn->mac_hdrlen' 1
12476 /src/security/security.c @ Line 2244 smatch.smatch_kernel_user_data set_param_user_data: no type for 'req->saved_syn->network_hdrlen' 1
12477 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_bound_dev_if' 1
12478 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_hash' 1
12479 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_incoming_cpu' 1
12480 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->__sk_common.skc_ipv6only' 1
12481 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->csum_start' 1
12482 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->data_len' 1
12483 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_mac_header' 1
12484 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_network_header' 1
12485 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->inner_transport_header' 1
12486 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->ip_defrag_offset' 1
12487 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->len' 1
12488 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_header' 1
12489 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mac_len' 1
12490 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->mark' 1
12491 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->network_header' 1
12492 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->csum_start' 1
12493 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->data_len' 1
12494 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_mac_header' 1
12495 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_network_header' 1
12496 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->inner_transport_header' 1
12497 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->ip_defrag_offset' 1
12498 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->len' 1
12499 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_header' 1
12500 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mac_len' 1
12501 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->mark' 1
12502 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->network_header' 1
12503 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->priority' 1
12504 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->protocol' 1
12505 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->tail' 1
12506 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->transport_header' 1
12507 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->truesize' 1
12508 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->next->vlan_tci' 1
12509 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->priority' 1
12510 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->protocol' 1
12511 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->tail' 1
12512 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->transport_header' 1
12513 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->truesize' 1
12514 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_error_queue.prev->vlan_tci' 1
12515 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_forward_alloc' 1
12516 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_ll_usec' 1
12517 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_mark' 1
12518 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_ack_backlog' 1
12519 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_max_pacing_rate' 1
12520 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_pacing_rate' 1
12521 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_peek_off' 1
12522 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_priority' 1
12523 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_protocol' 1
12524 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvbuf' 1
12525 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_rcvlowat' 1
12526 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->csum_start' 1
12527 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->data_len' 1
12528 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_mac_header' 1
12529 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_network_header' 1
12530 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->inner_transport_header' 1
12531 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->ip_defrag_offset' 1
12532 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->len' 1
12533 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_header' 1
12534 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->mac_len' 1
12535 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->network_header' 1
12536 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->csum_start' 1
12537 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->data_len' 1
12538 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_mac_header' 1
12539 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_network_header' 1
12540 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->inner_transport_header' 1
12541 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->ip_defrag_offset' 1
12542 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->len' 1
12543 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_header' 1
12544 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->mac_len' 1
12545 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->network_header' 1
12546 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->protocol' 1
12547 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->tail' 1
12548 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->transport_header' 1
12549 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->truesize' 1
12550 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->next->vlan_tci' 1
12551 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->protocol' 1
12552 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->tail' 1
12553 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->transport_header' 1
12554 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->truesize' 1
12555 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_receive_queue.prev->vlan_tci' 1
12556 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_shutdown' 1
12557 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_sndbuf' 1
12558 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_socket->type' 1
12559 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.expires' 1
12560 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_timer.flags' 1
12561 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_tsflags' 1
12562 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_type' 1
12563 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_wmem_queued' 1
12564 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->ip_defrag_offset' 1
12565 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->len' 1
12566 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->ip_defrag_offset' 1
12567 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->len' 1
12568 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->next->tail' 1
12569 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'sk->sk_write_queue.prev->tail' 1
12570 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for '*skb->data' 1
12571 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->csum_start' 1
12572 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->data' 1
12573 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->data_len' 1
12574 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_mac_header' 1
12575 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_network_header' 1
12576 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->inner_transport_header' 1
12577 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->ip_defrag_offset' 1
12578 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->len' 1
12579 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->mac_header' 1
12580 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->network_header' 1
12581 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_bound_dev_if' 1
12582 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_hash' 1
12583 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_incoming_cpu' 1
12584 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->__sk_common.skc_ipv6only' 1
12585 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_forward_alloc' 1
12586 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_ll_usec' 1
12587 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_mark' 1
12588 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_ack_backlog' 1
12589 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_max_pacing_rate' 1
12590 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_pacing_rate' 1
12591 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_peek_off' 1
12592 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_priority' 1
12593 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_protocol' 1
12594 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvbuf' 1
12595 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_rcvlowat' 1
12596 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_shutdown' 1
12597 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_sndbuf' 1
12598 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.expires' 1
12599 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_timer.flags' 1
12600 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_tsflags' 1
12601 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_type' 1
12602 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->sk->sk_wmem_queued' 1
12603 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->tail' 1
12604 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->transport_header' 1
12605 /src/security/security.c @ Line 2250 smatch.smatch_kernel_user_data set_param_user_data: no type for 'skb->truesize' 1
12606 /src/security/security.c @ Line 2459 smatch.smatch_kernel_user_data set_param_user_data: no type for '*key->index_key.desc' 1
12607 /src/security/security.c @ Line 2545 smatch.smatch_kernel_user_data set_param_user_data: no type for 'attr->bp_addr' 1
12608 /src/security/security.c @ Line 2545 smatch.smatch_kernel_user_data set_param_user_data: no type for 'attr->disabled' 1
12609 /src/security/security.c @ Line 2545 smatch.smatch_kernel_user_data set_param_user_data: no type for 'attr->size' 1
12610 /src/security/security.c @ Line 2550 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->attr.bp_addr' 1
12611 /src/security/security.c @ Line 2550 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->attr.disabled' 1
12612 /src/security/security.c @ Line 2550 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->attr.size' 1
12613 /src/security/security.c @ Line 2550 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->cpu' 1
12614 /src/security/security.c @ Line 2550 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->state' 1
12615 /src/security/security.c @ Line 2555 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->attr.bp_addr' 1
12616 /src/security/security.c @ Line 2555 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->attr.disabled' 1
12617 /src/security/security.c @ Line 2555 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->attr.size' 1
12618 /src/security/security.c @ Line 2555 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->cpu' 1
12619 /src/security/security.c @ Line 2555 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->hw.info.address' 1
12620 /src/security/security.c @ Line 2555 smatch.smatch_kernel_user_data set_param_user_data: no type for 'event->state' 1
12621 /src/security/smack/smack_lsm.c @ Line 4472 smatch.check_deref error: potential null dereference 'skp'. (smk_import_entry returns null) 1
12622 /src/security/smack/smackfs.c @ Line 879 smatch.check_deref error: potential null dereference 'skp'. (smk_import_entry returns null) 1
12623 /src/security/tomoyo/util.c @ Line 318 coccinelle duplicated argument to && or || 1
12624 /src/security/tomoyo/util.c @ Line 319 coccinelle duplicated argument to && or || 1
12625 /src/sound/core/hrtimer.c @ Line 85 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12626 /src/sound/core/oss/pcm_oss.c @ Line 37 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12627 /src/sound/core/seq/seq_ports.c @ Line 610 coccinelle ERROR: invalid reference to the index variable of the iterator on line 599 1
12628 /src/sound/core/seq/seq_queue.c @ Line 359 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12629 /src/sound/core/seq/seq_queue.c @ Line 370 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12630 /src/sound/core/seq/seq_queue.c @ Line 80 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12631 /src/sound/core/seq/seq_queue.c @ Line 123 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12632 /src/sound/core/seq/seq_queue.c @ Line 250 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12633 /src/sound/core/seq/seq_queue.c @ Line 254 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12634 /src/sound/core/seq/seq_queue.c @ Line 279 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12635 /src/sound/core/seq/seq_queue.c @ Line 283 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12636 /src/sound/drivers/serial-u16550.c @ Line 397 coccinelle duplicated argument to & or | 1
12637 /src/sound/drivers/serial-u16550.c @ Line 398 coccinelle duplicated argument to & or | 1
12638 /src/sound/firewire/amdtp-stream.c @ Line 1406 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1402 1
12639 /src/sound/i2c/other/ak4113.c @ Line 622 coccinelle atomic_dec_and_test variation before object free at line 623. 1
12640 /src/sound/i2c/other/ak4113.c @ Line 134 coccinelle atomic_dec_and_test variation before object free at line 135. 1
12641 /src/sound/i2c/other/ak4114.c @ Line 607 coccinelle atomic_dec_and_test variation before object free at line 608. 1
12642 /src/sound/i2c/other/ak4114.c @ Line 149 coccinelle atomic_dec_and_test variation before object free at line 150. 1
12643 /src/sound/isa/cs423x/cs4236.c @ Line 570 coccinelle ERROR: invalid reference to the index variable of the iterator on line 563 1
12644 /src/sound/pci/asihpi/asihpi.c @ Line 1180 coccinelle ERROR: reference preceded by free on line 1174 1
12645 /src/sound/pci/asihpi/asihpi.c @ Line 1007 coccinelle ERROR: reference preceded by free on line 996 1
12646 /src/sound/pci/azt3328.c @ Line 2451 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12647 /src/sound/pci/azt3328.c @ Line 1349 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12648 /src/sound/pci/cs46xx/cs46xx_lib.c @ Line 1154 coccinelle preceding lock on line 1095 1
12649 /src/sound/pci/hda/hda_controller.c @ Line 382 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12650 /src/sound/pci/hda/hda_controller.c @ Line 384 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12651 /src/sound/pci/hda/hda_intel.c @ Line 2309 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12652 /src/sound/pci/hda/hda_intel.c @ Line 128 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12653 /src/sound/pci/hda/hda_intel.c @ Line 189 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12654 /src/sound/pci/hda/patch_analog.c @ Line 861 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12655 /src/sound/pci/hda/patch_conexant.c @ Line 115 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12656 /src/sound/pci/hda/patch_conexant.c @ Line 570 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12657 /src/sound/pci/hda/patch_conexant.c @ Line 430 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12658 /src/sound/pci/hda/patch_conexant.c @ Line 434 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12659 /src/sound/soc/amd/acp-pcm-dma.c @ Line 444 coccinelle WARNING: Comparison to bool 1
12660 /src/sound/soc/amd/acp-pcm-dma.c @ Line 524 coccinelle WARNING: Comparison to bool 1
12661 /src/sound/soc/amd/acp-pcm-dma.c @ Line 532 coccinelle WARNING: Comparison to bool 1
12662 /src/sound/soc/bcm/cygnus-ssp.c @ Line 854 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12663 /src/sound/soc/bcm/cygnus-ssp.c @ Line 858 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12664 /src/sound/soc/codecs/cx2072x.c @ Line 1436 coccinelle WARNING: possible condition with no effect (if == else) 1
12665 /src/sound/soc/fsl/fsl_easrc.c @ Line 1908 coccinelle line 1908 is redundant because platform_get_irq() already prints an error 1
12666 /src/sound/soc/fsl/fsl_spdif.c @ Line 1335 coccinelle line 1335 is redundant because platform_get_irq() already prints an error 1
12667 /src/sound/soc/fsl/fsl_xcvr.c @ Line 1201 coccinelle line 1201 is redundant because platform_get_irq() already prints an error 1
12668 /src/sound/soc/intel/skylake/skl-pcm.c @ Line 1333 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1320 1
12669 /src/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c @ Line 362 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12670 /src/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c @ Line 298 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12671 /src/sound/soc/mediatek/mt8192/mt8192-dai-adda.c @ Line 784 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12672 /src/sound/soc/mediatek/mt8192/mt8192-dai-adda.c @ Line 416 coccinelle WARNING: possible condition with no effect (if == else) 1
12673 /src/sound/soc/samsung/snow.c @ Line 112 coccinelle WARNING: possible condition with no effect (if == else) 1
12674 /src/sound/soc/soc-dapm.c @ Line 1987 coccinelle ERROR: invalid reference to the index variable of the iterator on line 1983 1
12675 /src/sound/soc/sunxi/sun4i-i2s.c @ Line 1457 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
12676 /src/sound/soc/ti/davinci-evm.c @ Line 187 coccinelle name: first occurrence line 189, second occurrence line 197 1
12677 /src/sound/soc/ti/davinci-evm.c @ Line 187 coccinelle stream_name: first occurrence line 190, second occurrence line 198 1
12678 /src/sound/soc/ti/davinci-i2s.c @ Line 356 coccinelle WARNING: Comparison to bool 1
12679 /src/sound/soc/ti/davinci-mcasp.c @ Line 509 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12680 /src/sound/soc/ti/davinci-mcasp.c @ Line 526 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12681 /src/sound/soc/ti/davinci-mcasp.c @ Line 543 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12682 /src/sound/soc/ti/davinci-mcasp.c @ Line 560 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12683 /src/sound/soc/ti/omap-mcbsp-st.c @ Line 221 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12684 /src/sound/soc/ti/omap-mcbsp-st.c @ Line 204 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12685 /src/sound/soc/ti/omap-mcbsp-st.c @ Line 314 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12686 /src/sound/soc/ti/omap-mcbsp-st.c @ Line 328 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12687 /src/sound/usb/pcm.c @ Line 358 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12688 /src/sound/usb/pcm.c @ Line 218 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12689 /src/tools/bpf/bpf_dbg.c @ Line 871 coccinelle WARNING: Comparison to bool 1
12690 /src/tools/bpf/bpf_dbg.c @ Line 871 coccinelle WARNING: Comparison to bool 1
12691 /src/tools/bpf/bpf_dbg.c @ Line 893 coccinelle WARNING: Comparison to bool 1
12692 /src/tools/bpf/bpf_dbg.c @ Line 893 coccinelle WARNING: Comparison to bool 1
12693 /src/tools/bpf/bpf_dbg.c @ Line 548 coccinelle WARNING: Comparison to bool 1
12694 /src/tools/bpf/bpf_dbg.c @ Line 1201 coccinelle WARNING !A || A && B is equivalent to !A || B 1
12695 /src/tools/bpf/bpftool/prog.c @ Line 1760 coccinelle WARNING: Use ARRAY_SIZE 1
12696 /src/tools/lib/bpf/btf.c @ Line 975 coccinelle ERROR: PTR_ERR applied after initialization to constant on line 958 1
12697 /src/tools/lib/bpf/libbpf.c @ Line 1487 coccinelle WARNING: conversion to bool not needed here 1
12698 /src/tools/lib/bpf/xsk.c @ Line 417 coccinelle WARNING: Use ARRAY_SIZE 1
12699 /src/tools/lib/traceevent/event-parse-api.c @ Line 289 coccinelle WARNING: return of 0/1 in function 'tep_is_local_bigendian' with return type bool 1
12700 /src/tools/lib/traceevent/event-parse.c @ Line 3902 coccinelle WARNING: Use ARRAY_SIZE 1
12701 /src/tools/perf/arch/riscv/util/dwarf-regs.c @ Line 56 coccinelle WARNING: Use ARRAY_SIZE 1
12702 /src/tools/perf/bench/numa.c @ Line 1714 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12703 /src/tools/perf/builtin-diff.c @ Line 1806 coccinelle ERROR: iterator variable bound on line 1795 cannot be NULL 1
12704 /src/tools/perf/builtin-kvm.c @ Line 1615 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12705 /src/tools/perf/builtin-kvm.c @ Line 1616 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12706 /src/tools/perf/builtin-kvm.c @ Line 1624 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12707 /src/tools/perf/builtin-record.c @ Line 910 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12708 /src/tools/perf/builtin-sched.c @ Line 2967 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12709 /src/tools/perf/builtin-script.c @ Line 3209 coccinelle WARNING: conversion to bool not needed here 1
12710 /src/tools/perf/builtin-script.c @ Line 2761 coccinelle WARNING: conversion to bool not needed here 1
12711 /src/tools/perf/tests/bpf.c @ Line 320 coccinelle WARNING: Use ARRAY_SIZE 1
12712 /src/tools/perf/tests/demangle-java-test.c @ Line 31 coccinelle WARNING: Use ARRAY_SIZE 1
12713 /src/tools/perf/ui/hist.c @ Line 855 coccinelle ERROR: invalid reference to the index variable of the iterator on line 830 1
12714 /src/tools/perf/ui/hist.c @ Line 857 coccinelle ERROR: invalid reference to the index variable of the iterator on line 830 1
12715 /src/tools/perf/util/callchain.c @ Line 118 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12716 /src/tools/perf/util/dso.c @ Line 1260 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12717 /src/tools/perf/util/dso.c @ Line 1262 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12718 /src/tools/perf/util/header.c @ Line 3811 coccinelle WARNING !A || A && B is equivalent to !A || B 1
12719 /src/tools/perf/util/intel-bts.c @ Line 472 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12720 /src/tools/perf/util/intel-bts.c @ Line 515 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12721 /src/tools/perf/util/jitdump.c @ Line 774 coccinelle WARNING: return of 0/1 in function 'jit_has_pid' with return type bool 1
12722 /src/tools/perf/util/machine.c @ Line 1996 coccinelle WARNING: return of 0/1 in function 'symbol__match_regex' with return type bool 1
12723 /src/tools/perf/util/probe-event.c @ Line 1571 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12724 /src/tools/perf/util/trace-event-parse.c @ Line 209 coccinelle WARNING: Use ARRAY_SIZE 1
12725 /src/tools/power/x86/turbostat/turbostat.c @ Line 566 coccinelle WARNING: Use ARRAY_SIZE 1
12726 /src/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c @ Line 1520 coccinelle WARNING comparing pointer to 0 1
12727 /src/tools/testing/nvdimm/test/iomap.c @ Line 271 coccinelle ERROR: invalid reference to the index variable of the iterator on line 259 1
12728 /src/tools/testing/nvdimm/test/nfit.c @ Line 1645 coccinelle WARNING: NULL check before some freeing functions is not needed. 1
12729 /src/tools/testing/scatterlist/linux/mm.h @ Line 153 coccinelle WARNING: PTR_ERR_OR_ZERO can be used 1
12730 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 341 coccinelle WARNING: Use ARRAY_SIZE 1
12731 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 35 coccinelle WARNING: Use ARRAY_SIZE 1
12732 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 168 coccinelle WARNING: Use ARRAY_SIZE 1
12733 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 72 coccinelle WARNING: Use ARRAY_SIZE 1
12734 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 369 coccinelle WARNING: Use ARRAY_SIZE 1
12735 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 407 coccinelle WARNING: Use ARRAY_SIZE 1
12736 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 182 coccinelle WARNING: Comparison to bool 1
12737 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 204 coccinelle WARNING: Comparison to bool 1
12738 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 220 coccinelle WARNING: Comparison to bool 1
12739 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 84 coccinelle WARNING: Comparison to bool 1
12740 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 104 coccinelle WARNING: Comparison to bool 1
12741 /src/tools/testing/selftests/arm64/mte/check_buffer_fill.c @ Line 119 coccinelle WARNING: Comparison to bool 1
12742 /src/tools/testing/selftests/arm64/mte/check_child_memory.c @ Line 110 coccinelle WARNING: Use ARRAY_SIZE 1
12743 /src/tools/testing/selftests/arm64/mte/check_child_memory.c @ Line 88 coccinelle WARNING: Use ARRAY_SIZE 1
12744 /src/tools/testing/selftests/arm64/mte/check_child_memory.c @ Line 90 coccinelle WARNING: Use ARRAY_SIZE 1
12745 /src/tools/testing/selftests/arm64/mte/check_child_memory.c @ Line 147 coccinelle WARNING: Use ARRAY_SIZE 1
12746 /src/tools/testing/selftests/arm64/mte/check_mmap_options.c @ Line 64 coccinelle WARNING: Use ARRAY_SIZE 1
12747 /src/tools/testing/selftests/arm64/mte/check_mmap_options.c @ Line 66 coccinelle WARNING: Use ARRAY_SIZE 1
12748 /src/tools/testing/selftests/arm64/mte/check_mmap_options.c @ Line 135 coccinelle WARNING: Use ARRAY_SIZE 1
12749 /src/tools/testing/selftests/arm64/mte/check_mmap_options.c @ Line 96 coccinelle WARNING: Use ARRAY_SIZE 1
12750 /src/tools/testing/selftests/arm64/mte/check_mmap_options.c @ Line 190 coccinelle WARNING: Use ARRAY_SIZE 1
12751 /src/tools/testing/selftests/arm64/signal/test_signals_utils.c @ Line 150 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12752 /src/tools/testing/selftests/arm64/signal/test_signals_utils.c @ Line 109 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12753 /src/tools/testing/selftests/arm64/signal/test_signals_utils.c @ Line 99 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12754 /src/tools/testing/selftests/arm64/signal/test_signals_utils.c @ Line 283 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12755 /src/tools/testing/selftests/arm64/signal/test_signals_utils.h @ Line 63 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12756 /src/tools/testing/selftests/arm64/signal/test_signals_utils.h @ Line 114 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12757 /src/tools/testing/selftests/arm64/signal/test_signals_utils.h @ Line 112 coccinelle WARNING: return of 0/1 in function 'get_current_context' with return type bool 1
12758 /src/tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c @ Line 110 coccinelle WARNING: Comparison to bool 1
12759 /src/tools/testing/selftests/bpf/map_tests/htab_map_batch_ops.c @ Line 182 coccinelle WARNING: Comparison to bool 1
12760 /src/tools/testing/selftests/bpf/map_tests/htab_map_batch_ops.c @ Line 245 coccinelle WARNING: Comparison to bool 1
12761 /src/tools/testing/selftests/bpf/prog_tests/cgroup_attach_autodetach.c @ Line 17 coccinelle WARNING: Use ARRAY_SIZE 1
12762 /src/tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c @ Line 66 coccinelle WARNING: Use ARRAY_SIZE 1
12763 /src/tools/testing/selftests/bpf/prog_tests/cgroup_attach_override.c @ Line 19 coccinelle WARNING: Use ARRAY_SIZE 1
12764 /src/tools/testing/selftests/bpf/prog_tests/global_data.c @ Line 32 coccinelle WARNING: Use ARRAY_SIZE 1
12765 /src/tools/testing/selftests/bpf/prog_tests/global_data.c @ Line 61 coccinelle WARNING: Use ARRAY_SIZE 1
12766 /src/tools/testing/selftests/bpf/prog_tests/global_data.c @ Line 95 coccinelle WARNING: Use ARRAY_SIZE 1
12767 /src/tools/testing/selftests/bpf/prog_tests/obj_name.c @ Line 23 coccinelle WARNING: Use ARRAY_SIZE 1
12768 /src/tools/testing/selftests/bpf/progs/fentry_test.c @ Line 67 coccinelle WARNING comparing pointer to 0 1
12769 /src/tools/testing/selftests/bpf/progs/fentry_test.c @ Line 76 coccinelle WARNING comparing pointer to 0 1
12770 /src/tools/testing/selftests/bpf/progs/fexit_test.c @ Line 68 coccinelle WARNING comparing pointer to 0 1
12771 /src/tools/testing/selftests/bpf/progs/fexit_test.c @ Line 77 coccinelle WARNING comparing pointer to 0 1
12772 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 537 coccinelle WARNING comparing pointer to 0, suggest !E 1
12773 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 544 coccinelle WARNING comparing pointer to 0, suggest !E 1
12774 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 628 coccinelle WARNING comparing pointer to 0, suggest !E 1
12775 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 628 coccinelle WARNING comparing pointer to 0, suggest !E 1
12776 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 389 coccinelle WARNING comparing pointer to 0, suggest !E 1
12777 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 396 coccinelle WARNING comparing pointer to 0, suggest !E 1
12778 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 519 coccinelle WARNING comparing pointer to 0 1
12779 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 692 coccinelle WARNING comparing pointer to 0 1
12780 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 537 coccinelle WARNING comparing pointer to 0 1
12781 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 544 coccinelle WARNING comparing pointer to 0 1
12782 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 770 coccinelle WARNING comparing pointer to 0 1
12783 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 628 coccinelle WARNING comparing pointer to 0 1
12784 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 628 coccinelle WARNING comparing pointer to 0 1
12785 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 640 coccinelle WARNING comparing pointer to 0 1
12786 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 389 coccinelle WARNING comparing pointer to 0 1
12787 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 393 coccinelle WARNING comparing pointer to 0 1
12788 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 396 coccinelle WARNING comparing pointer to 0 1
12789 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 405 coccinelle WARNING comparing pointer to 0 1
12790 /src/tools/testing/selftests/bpf/progs/profiler.inc.h @ Line 436 coccinelle WARNING comparing pointer to 0 1
12791 /src/tools/testing/selftests/bpf/progs/pyperf.h @ Line 214 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12792 /src/tools/testing/selftests/bpf/progs/pyperf.h @ Line 256 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12793 /src/tools/testing/selftests/bpf/progs/test_rdonly_maps.c @ Line 67 coccinelle WARNING: Use ARRAY_SIZE 1
12794 /src/tools/testing/selftests/bpf/progs/test_xdp_noinline.c @ Line 407 coccinelle WARNING: return of 0/1 in function 'decap_v4' with return type bool 1
12795 /src/tools/testing/selftests/bpf/progs/test_xdp_noinline.c @ Line 389 coccinelle WARNING: return of 0/1 in function 'decap_v6' with return type bool 1
12796 /src/tools/testing/selftests/bpf/progs/test_xdp_noinline.c @ Line 338 coccinelle WARNING: return of 0/1 in function 'encap_v4' with return type bool 1
12797 /src/tools/testing/selftests/bpf/progs/test_xdp_noinline.c @ Line 290 coccinelle WARNING: return of 0/1 in function 'encap_v6' with return type bool 1
12798 /src/tools/testing/selftests/bpf/progs/test_xdp_noinline.c @ Line 567 coccinelle WARNING: return of 0/1 in function 'get_packet_dst' with return type bool 1
12799 /src/tools/testing/selftests/bpf/progs/test_xdp_noinline.c @ Line 264 coccinelle WARNING: return of 0/1 in function 'parse_tcp' with return type bool 1
12800 /src/tools/testing/selftests/bpf/progs/test_xdp_noinline.c @ Line 242 coccinelle WARNING: return of 0/1 in function 'parse_udp' with return type bool 1
12801 /src/tools/testing/selftests/bpf/test_cgroup_storage.c @ Line 38 coccinelle WARNING: Use ARRAY_SIZE 1
12802 /src/tools/testing/selftests/bpf/test_lru_map.c @ Line 883 coccinelle WARNING: Use ARRAY_SIZE 1
12803 /src/tools/testing/selftests/bpf/test_lru_map.c @ Line 887 coccinelle WARNING: Use ARRAY_SIZE 1
12804 /src/tools/testing/selftests/bpf/test_sock_addr.c @ Line 827 coccinelle WARNING: Use ARRAY_SIZE 1
12805 /src/tools/testing/selftests/bpf/test_sock_addr.c @ Line 923 coccinelle WARNING: Use ARRAY_SIZE 1
12806 /src/tools/testing/selftests/bpf/test_sock_addr.c @ Line 786 coccinelle WARNING: Use ARRAY_SIZE 1
12807 /src/tools/testing/selftests/bpf/test_sock_addr.c @ Line 885 coccinelle WARNING: Use ARRAY_SIZE 1
12808 /src/tools/testing/selftests/bpf/test_sock_addr.c @ Line 714 coccinelle WARNING: Use ARRAY_SIZE 1
12809 /src/tools/testing/selftests/bpf/test_sockmap.c @ Line 1841 coccinelle WARNING: Use ARRAY_SIZE 1
12810 /src/tools/testing/selftests/bpf/test_sockmap.c @ Line 1761 coccinelle WARNING: Use ARRAY_SIZE 1
12811 /src/tools/testing/selftests/bpf/test_sockmap.c @ Line 1895 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12812 /src/tools/testing/selftests/bpf/test_sockmap.c @ Line 1988 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12813 /src/tools/testing/selftests/bpf/test_sockmap.c @ Line 735 coccinelle WARNING !A || A && B is equivalent to !A || B 1
12814 /src/tools/testing/selftests/firmware/fw_namespace.c @ Line 98 coccinelle WARNING: conversion to bool not needed here 1
12815 /src/tools/testing/selftests/kselftest_harness.h @ Line 969 coccinelle WARNING: Assignment of 0/1 to bool variable 1
12816 /src/tools/testing/selftests/kvm/x86_64/debug_regs.c @ Line 155 coccinelle WARNING: Use ARRAY_SIZE 1
12817 /src/tools/testing/selftests/mount/unprivileged-remount-test.c @ Line 285 coccinelle WARNING: conversion to bool not needed here 1
12818 /src/tools/testing/selftests/mount/unprivileged-remount-test.c @ Line 207 coccinelle WARNING: conversion to bool not needed here 1
12819 /src/tools/testing/selftests/net/hwtstamp_config.c @ Line 53 coccinelle WARNING: Use ARRAY_SIZE 1
12820 /src/tools/testing/selftests/net/hwtstamp_config.c @ Line 74 coccinelle WARNING: Use ARRAY_SIZE 1
12821 /src/tools/testing/selftests/net/psock_fanout.c @ Line 120 coccinelle WARNING: Use ARRAY_SIZE 1
12822 /src/tools/testing/selftests/net/psock_fanout.c @ Line 165 coccinelle WARNING: Use ARRAY_SIZE 1
12823 /src/tools/testing/selftests/net/psock_lib.h @ Line 66 coccinelle WARNING: Use ARRAY_SIZE 1
12824 /src/tools/testing/selftests/net/reuseport_bpf_numa.c @ Line 89 coccinelle WARNING: Use ARRAY_SIZE 1
12825 /src/tools/testing/selftests/powerpc/benchmarks/context_switch.c @ Line 363 coccinelle second lock on line 363 1
12826 /src/tools/testing/selftests/powerpc/benchmarks/context_switch.c @ Line 376 coccinelle second lock on line 376 1
12827 /src/tools/testing/selftests/proc/proc-pid-vm.c @ Line 371 coccinelle WARNING: Use ARRAY_SIZE 1
12828 /src/tools/testing/selftests/proc/proc-pid-vm.c @ Line 420 coccinelle WARNING: Use ARRAY_SIZE 1
12829 /src/tools/testing/selftests/vDSO/vdso_test_correctness.c @ Line 309 coccinelle WARNING: Use ARRAY_SIZE 1
12830 /src/tools/testing/selftests/vDSO/vdso_test_correctness.c @ Line 373 coccinelle WARNING: Use ARRAY_SIZE 1
12831 /src/tools/testing/selftests/vm/map_populate.c @ Line 82 coccinelle WARNING comparing pointer to 0 1
12832 /src/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c @ Line 299 coccinelle WARNING: Use ARRAY_SIZE 1
12833 /src/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c @ Line 327 coccinelle WARNING: Use ARRAY_SIZE 1
12834 /src/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c @ Line 367 coccinelle WARNING: Use ARRAY_SIZE 1
12835 /src/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c @ Line 372 coccinelle WARNING: Use ARRAY_SIZE 1
12836 /src/tools/usb/testusb.c @ Line 483 coccinelle WARNING comparing pointer to 0 1
12837 /src/tools/usb/usbip/src/usbipd.c @ Line 536 coccinelle WARNING: Use ARRAY_SIZE 1
12838 /src/virt/kvm/eventfd.c @ Line 251 smatch.check_no_effect warn: statement has no effect 31 1
12839 /src/virt/kvm/eventfd.c @ Line 546 smatch.check_no_effect warn: statement has no effect 31 1